argoproj / argo-workflows

Workflow Engine for Kubernetes

Home Page:https://argo-workflows.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 - allow choosing the storage type for upload

templarfelix opened this issue · 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 👍.