aws-solutions / data-transfer-hub

Seamless User Interface for replicating data into AWS.
https://aws-solutions.github.io/data-transfer-hub/en/
Apache License 2.0
136 stars 22 forks source link

Add Parameter to support add acl when upload file to destination bucket #37

Closed liangruibupt closed 3 years ago

liangruibupt commented 3 years ago

客户目的端 S3桶设置了策略阻止任何不带ACL头的upload,例如 "Condition": { "StringEquals": { "s3:x-amz-acl": "bucket-owner-full-control" } }

期望可以提供一个参数,让客户指定 ACL 例如 bucket-owner-full-control

JoeShi commented 3 years ago

Copy. We will implement this in the S3 Plugin.

liangruibupt commented 3 years ago

The issue already supported in v2 edition