Hello everyone, base on document of Amazon S3 below, I think we need to update options to the same level Bucket..
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/PutObjectCommand/
We got some error for upload files on Amazon S3, seem like required content image type but we cannot put it because the options will not the same level Bucket
https://github.com/tweedegolf/storage-abstraction/blob/313fdb621b04921a3f26ee2635601f3d8e0f4c5a/src/AdapterAmazonS3.ts#L275
Hello everyone, base on document of Amazon S3 below, I think we need to update
options
to the same level Bucket.. https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/PutObjectCommand/ We got some error for upload files on Amazon S3, seem like required content image type but we cannot put it because theoptions
will not the same level BucketThank you, let me know if I'm correct or something I need to check more.