Because the S3 Object Lock feature conforms to Amazon S3 requirements, it deprecates the proprietary StorageGRID Compliance feature, which is now referred to as the “legacy Compliance feature.” Compli...Because the S3 Object Lock feature conforms to Amazon S3 requirements, it deprecates the proprietary StorageGRID Compliance feature, which is now referred to as the “legacy Compliance feature.” Compliant ILM rules and ILM policies function the same for objects in legacy Compliant buckets as they do for S3 Object Lock objects in buckets with S3 Object Lock enabled.
Applies to StorageGRID 11.5+ Answer Yes. As long as that bucket was created with S3 Object Lock enabled. Procedure is similar as for a new object, using a PUT with a retain date. So like with aws cli ...Applies to StorageGRID 11.5+ Answer Yes. As long as that bucket was created with S3 Object Lock enabled. Procedure is similar as for a new object, using a PUT with a retain date. So like with aws cli : aws s3api --put-object --bucket xxx --key xxx --object-lock-mode COMPLIANCE --object-lock-retain-until-date 2100-00-00T23:59:59 Additional Informatio See Using S3 Object Lock documentation