newton-wi
newton-wi
Whoops. Did not think that this could be an issue of the host system, have seen that on CentOS7/RHEL7 but cannot reproduce on RHEL8/Rocky9/ArchLinux. So, clearly not a huginn (container)...
Huh? Using the AWS Console I can disable object lock on a bucket where it was enabled. So, it definitively is possible in principle. (As seen in the code we...
But thanks for the hint with specifying the objectLockEnabled property. Changing my conditional variable definition to if (props.objectLockDefaultRetention !== undefined) { this.bucketprops = Object.assign(this.bucketprops, { objectLockDefaultRetention: s3.ObjectLockRetention.governance(cdk.Duration.days(props.objectLockDefaultRetention)), objectLockEnabled: true, });...