Open
Description
Consider supporting clientside encryption in S3 with customer provided presigned URLs.
Expected Behavior
Customer should be able to pass a presigned URL to the s3 encryption client and it will use the configured encryption materials to encrypt/decrypt the object.
Current Behavior
Currently the encryption client in V1 only supports API level operations like GetObject, UploadPart, etc.