argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

S3 - allow choosing the storage type for upload

Open templarfelix opened this issue 1 month ago • 1 comments

Summary

Allow s3 integration to choice of the bucket storage settings

s3.StorageClassStandard (STANDARD)
s3.StorageClassIntelligentTiering (INTELLIGENT_TIERING)
s3.StorageClassStandardIa (STANDARD_IA)
s3.StorageClassOnezoneIa (ONEZONE_IA)
s3.StorageClassGlacier (GLACIER)
s3.StorageClassGlacierIr (GLACIER_IR)
s3.StorageClassDeepArchive (DEEP_ARCHIVE)
s3.StorageClassReducedRedundancy (REDUCED_REDUNDANCY)

Use Cases

Upload s3 artifacts using INTELLIGENT_TIERING as default storage class.


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

templarfelix avatar May 14 '24 19:05 templarfelix