StorageService.prototype.put(): Promise<void>
Stores an object.
data: Uint8Array
Object bytes
optional
options: PutObjectOptions
Object attributes to record with the bytes; forwarded to the provider verbatim, and omitted entirely when the caller omits it, so a provider can tell "no attributes given" from "empty attributes given"