R2Storage.prototype.put(): Promise<void>
Writes an object, translating PutObjectOptions into R2's own
spelling: the content type lives under httpMetadata, user metadata under
customMetadata. Without this every object was served as
application/octet-stream (X8-6).
data: Uint8Array
The object bytes