Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 output - Support for Glacier storage classes #38

Open
StefanTheWiz opened this issue Aug 31, 2023 · 0 comments
Open

S3 output - Support for Glacier storage classes #38

StefanTheWiz opened this issue Aug 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@StefanTheWiz
Copy link

StefanTheWiz commented Aug 31, 2023

Is there a reason for excluding GLACIER (S3 Glacier Flexible Retrieval), GLACIER_IR (S3 Glacier Instant Retrieval), and DEEP_ARCHIVE (S3 Glacier Deep Archive) from the list of supported storage classes?

config :storage_class, :validate => ["STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA"], :default => "STANDARD"

Based on the AWS docs it seems that these classes do support multipart upload API.

Yes, I could use S3 lifecycle rules to transition the files to a different storage class. However, even if I set the rule to run on day 0 it takes 3 days to take effect (this is particularly not helpful when implementing/testing pipelines)

@StefanTheWiz StefanTheWiz added the enhancement New feature or request label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant