We had a client who would like to use this feature. This feature will allow us to create a policy to transition to the Infrequent Access tier and another from Infrequent Access to primary storage.
Types of changes
What types of changes does your code introduce to ?
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
[X] I have read the CONTRIBUTING.md doc.
[ ] I have added necessary documentation (if appropriate).
[ ] Any dependent changes have been merged and published in downstream modules.
Further comments
The transaction_to_ia argument support only specific values: AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, or AFTER_90_DAYS. And transition_to_primary_storage_class (Optional), support only the value AFTER_1_ACCESS when enable.
The transaction_to_ia argument variable uses a validation block to check whether it has the correct value.
Enable use of EFS Lifecycle policy.
We had a client who would like to use this feature. This feature will allow us to create a policy to transition to the Infrequent Access tier and another from Infrequent Access to primary storage.
Types of changes
What types of changes does your code introduce to?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
The transaction_to_ia argument support only specific values:
AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, or AFTER_90_DAYS
. And transition_to_primary_storage_class (Optional), support only the valueAFTER_1_ACCESS
when enable.The transaction_to_ia argument variable uses a validation block to check whether it has the correct value.