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

Fix for Storage Lifecycle Service: Archive in GLACIER_IR files with size bigger than 128 kb #3374

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

SilinPavel
Copy link
Member

This PR changes approach on archiving files in GLACIER_IR storage type: now only files with size bigger than 128 kb will be tagged to transition (according to AWS docs: https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html)

…sting execution if this is transition to GLACIER_IR, files with size < 128kb is not counted
… be tagged to moving to GLACIER_IR + test case to check that execution will finish with success if there is files < 128kb still in STANDARD
@SilinPavel SilinPavel merged commit 6ec07bf into develop Sep 27, 2023
4 checks passed
SilinPavel added a commit that referenced this pull request Sep 27, 2023
…ize bigger than 128 kb (#3374)

* Additionally filter files before run archiving or check status of existing execution if this is transition to GLACIER_IR, files with size < 128kb is not counted

* added integration test to check that files with size < 128kb will not be tagged to moving to GLACIER_IR + test case to check that execution will finish with success if there is files < 128kb still in STANDARD
SilinPavel added a commit that referenced this pull request Sep 27, 2023
…ize bigger than 128 kb (#3374)

* Additionally filter files before run archiving or check status of existing execution if this is transition to GLACIER_IR, files with size < 128kb is not counted

* added integration test to check that files with size < 128kb will not be tagged to moving to GLACIER_IR + test case to check that execution will finish with success if there is files < 128kb still in STANDARD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant