putObjectLockConfiguration
inline suspend fun S3Client.putObjectLockConfiguration(crossinline block: PutObjectLockConfigurationRequest.Builder.() -> Unit): PutObjectLockConfigurationResponse
This operation is not supported for directory buckets.
Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects.
The
DefaultRetention
settings require both a mode and a period.The
DefaultRetention
period can be eitherDays
orYears
but you must select one. You cannot specifyDays
andYears
at the same time.You can enable Object Lock for new or existing buckets. For more information, see Configuring Object Lock.