thephpleague / flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications
https://github.com/thephpleague/flysystem
MIT License
365 stars 69 forks source link

AsyncAws S3 SSE-C Encryption #79

Closed KDederichs closed 3 years ago

KDederichs commented 3 years ago

Hey,

is it possible to use SSE-C encryption (https://docs.aws.amazon.com/AmazonS3/latest/userguide/specifying-s3-c-encryption.html) with flysystem and AsyncAws S3? I know async s3 has options to support it but I can't figure out if it's possible to use in conjunkture with flysystem/this bundle

Edit: It's in the available options list in the flysystem adapter https://github.com/thephpleague/flysystem-async-aws-s3/blob/512815b28d08fa5753644e7f76d0bfbf23d453cd/AsyncAwsS3Adapter.php#L53 so the only question would be how to actually set those

KDederichs commented 3 years ago

Ok digging deeper it's actually a Flysystem level issue so I moved it there: https://github.com/thephpleague/flysystem/issues/1318