force Destroy
Parameters
value
Allow the object to be deleted by removing any legal hold on any object version. Default is false
. This value should be set to true
only if the bucket has S3 object lock enabled. If no content is provided through source
, content
or content_base64
, then the object will be empty.
Note: The provider ignores all leading
/
s in the object'skey
and treats multiple/
s in the rest of the object'skey
as a single/
, so values of/index.html
andindex.html
correspond to the same S3 object as dofirst//second///third//
andfirst/second/third/
.