Object Lock
Create a bucket with an Object Lock
aws s3api create-bucket \
--bucket my-bucket \
--object-lock-enabled-for-bucket \
--region=de --create-bucket-configuration \
LocationConstraint=de \
--endpoint-url https://s3.eu-central-1.ionoscloud.comObject Lock with Governance mode
Object Lock with Compliance mode
Retrieve Object Lock configuration
Sample response
Upload objects to a bucket with an Object Lock
Sample response
Delete objects with Object Lock
Legal Hold
View lock information for an object
Set retention limits
Last updated
Was this helpful?