awslabs / amazon-s3-data-replication-hub-plugin

The Amazon S3 Transfer Plugin for Data Transfer Hub(https://github.com/awslabs/data-transfer-hub). Transfer objects from S3(in other partition), Alibaba Cloud OSS, Tencent COS, Qiniu Kodo into Amazon S3.
Apache License 2.0
47 stars 16 forks source link

Add support of choosing different target storage class #4

Closed daixba closed 3 years ago

daixba commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, all the objects to be replicated are uploaded to S3 with Standard storage class, it will be nice if it's possible to choose different target storage class whenever required.

Describe the solution you'd like Add a new parameter for desitination storage class

Describe alternatives you've considered n/a

Additional context n/a

daixba commented 3 years ago

Feature implemented and tested successfully. Close this issue.