S3Provider.prototype.put(): Promise<void>
Stores an object in S3, recording any content type and user metadata on the
object itself — which is what makes a presigned URL render in a browser
instead of downloading as application/octet-stream.
data: Uint8Array
Object bytes
optional
options: PutObjectOptions
Object attributes to record with the bytes