You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a lifecycle rule that moves the cached packages to intelligent tiering after 30 days. However, the currently released amazonka-s3 version is unable to deal with it so we run into an issue:
Do nothing and wait – it's unknown when next amazonka gets released however long from now. Note the API change was merged back in May without releases since though.
Use the develop branch containing this fix and bunch of other changes: I'm unsure of the status.
Use our fork containing only the S3 API change on top of the latest released version.
In meantime I'm going to move the cached packages back to standard storage class but it'd be cool if we didn't have to.
The text was updated successfully, but these errors were encountered:
We have a lifecycle rule that moves the cached packages to intelligent tiering after 30 days. However, the currently released
amazonka-s3
version is unable to deal with it so we run into an issue:To resolve this, there are multiple options:
develop
branch containing this fix and bunch of other changes: I'm unsure of the status.In meantime I'm going to move the cached packages back to standard storage class but it'd be cool if we didn't have to.
The text was updated successfully, but these errors were encountered: