cloud-meta - cloud metadata client
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
.