Crates.io | cloud-meta |
lib.rs | cloud-meta |
version | 0.2.0 |
source | src |
created_at | 2022-01-17 01:12:14.142022 |
updated_at | 2022-02-01 05:44:13.209146 |
description | Cloud metadata client |
homepage | |
repository | |
max_upload_size | |
id | 515229 |
size | 47,745 |
cloud-meta provides async cloud metadata clients for the Amazon, Azure, Google, and Oracle cloud platforms.
examples/probe.rs demonstrates use of the
high-level instance
method to probe which cloud the program is
running in. Metadata clients also provide a low level get
method to
fetch arbitrary metadata as Bytes
.