We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "Rules": [ { "ID": "Expiration-simple", "Status": "enabled", "Filter": { "Prefix": "small" }, "Expiration": { "Days": 20 } } ] }
Here is the status code from the aws cli debug response 2024-11-21 17:25:40,746 - MainThread - botocore.parsers - DEBUG - Response body: b'InternalErrorWe encountered an internal error. Please try again./files?lifecyclem3rixim4-hnhpv-1102' 2024-11-21 17:25:40,748 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.PutBucketLifecycleConfiguration: calling handler <botocore.retryhandler.RetryHandler object at 0x7fd7d7f07760> 2024-11-21 17:25:40,748 - MainThread - botocore.retryhandler - DEBUG - retry needed: retryable HTTP status code received: 500
InternalError
The text was updated successfully, but these errors were encountered:
achouhan09
No branches or pull requests
Environment info
Actual behavior
{
"Rules": [
{
"ID": "Expiration-simple",
"Status": "enabled",
"Filter": {
"Prefix": "small"
},
"Expiration": { "Days": 20 }
}
]
}
Here is the status code from the aws cli debug response
2024-11-21 17:25:40,746 - MainThread - botocore.parsers - DEBUG - Response body:
b'
InternalError
We encountered an internal error. Please try again./files?lifecyclem3rixim4-hnhpv-1102'2024-11-21 17:25:40,748 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.PutBucketLifecycleConfiguration: calling handler <botocore.retryhandler.RetryHandler object at 0x7fd7d7f07760>
2024-11-21 17:25:40,748 - MainThread - botocore.retryhandler - DEBUG - retry needed: retryable HTTP status code received: 500
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: