jenkinsci / pipeline-aws-plugin

Jenkins Pipeline Step Plugin for AWS
https://plugins.jenkins.io/pipeline-aws/
Apache License 2.0
431 stars 202 forks source link

Please add storage-class as a option for s3upload #308

Open bikeusaland opened 1 year ago

bikeusaland commented 1 year ago

What feature do you want to see added?

when doing an upload it would be great if you could specify a storage class. This would save money for objects that are infrequently accessed. Via the cli, it works like:

aws s3 cp s3://<bucket --recursive --storage-class STANDARD_IA

Upstream changes

No response