Is your feature request related to a problem? Please describe.
I need my files encrypted (server side) as I send them over to the S3 bucket (see https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-server-side-encryption-with-kms.html).
I don't seem to be able to find a (documented) way to do this with the current API provided by s3blob.
Describe the solution you'd like
Ability to specify the server side encryption setting and key on a per file upload request basis and/or when opening the bucket.
Is your feature request related to a problem? Please describe.
I need my files encrypted (server side) as I send them over to the S3 bucket (see https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-server-side-encryption-with-kms.html).
I don't seem to be able to find a (documented) way to do this with the current API provided by s3blob.
Describe the solution you'd like
Ability to specify the server side encryption setting and key on a per file upload request basis and/or when opening the bucket.