-
Notifications
You must be signed in to change notification settings - Fork 669
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
Inclusion of force-delete=true with COS_bucket #2017
Comments
related to #1827 |
Fixed in latest release |
closing the issue |
@hkantare I'm seeing Do I need to manually set |
force_delete is a parameter just used only during destroy.If user set this parameter it destroyed the buckets even if we have some objects attached to it. If the vlaue is false then buckets fails to destroy if it has some objects attached to it. |
Hi there,
It would be good to have an option to force-delete a non-empty COS bucket. S3 has an option
to forcible delete a non-empty COS bucket
The text was updated successfully, but these errors were encountered: