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
harshavardhana
changed the title
Applying lifecycle rules with boto3 is not working
Applying lifecycle tag rules don't show up in Console UI
May 27, 2024
NOTE
I'm trying to apply lifecycle rules to a bucket. The code works on S3 but not Minio.
Expected Behavior
Lifecycle rules should be applied to the bucket that include the tag filter.
Current Behavior
A rule is created but does not have the tag filter on it.
Steps to Reproduce (for bugs)
I used this code:
Context
I want to create a lifecycle rule that applies to files with certain tags.
Your Environment
minio --version
): RELEASE.2024-05-10T01-41-38Z (go1.22.3 darwin/amd64)uname -a
): macOS 13.6Interesting the export shows the rule as I expect. But in the web console you cannot see the filter.
The text was updated successfully, but these errors were encountered: