ReadonlybodyWhether this object body has already been consumed. Like Fetch response bodies, storage bodies are one-shot so providers can stream objects without buffering them.
OptionalcacheOptionalcontentObject key. Keys are relative object-store paths, not filesystem paths or public URLs.
Last modification timestamp.
Provider metadata stored with the object.
Object size in bytes.
Object visibility.
Consume the object as an ArrayBuffer.
Consume the object as bytes.
Consume the object as a readable byte stream.
Consume the object as UTF-8 text.
Object metadata plus a one-shot readable body.
Like Fetch response bodies, storage bodies can be consumed once. Call
getagain if you need another reader.