How Do I Disable Object Locking on My Object Storage?
How do I disable object locking on my Object Storage?
To disable object locking, you can execute the following API:
aws --profile eu2 --region default --endpoint-url https://eu2.contabostorage.com s3api put-object-lock-configuration --bucket test-is-lock --object-lock-configuration '{ "ObjectLockEnabled": "Enabled" }'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article