IR2Bucket.put(): Promise<IR2Object | null>
Writes an object.
optional
options: R2PutOptions
R2's own put options. The platform spells the content type
httpMetadata.contentType and user metadata customMetadata, which is why
R2Storage.put translates rather than forwarding
PutObjectOptions unchanged.
Promise<IR2Object | null>
The stored object's metadata