IPWorks Cloud 2020 Python Edition

Questions / Feedback?

bucket_compliance_lock_time Property

Specifies when a bucket's compliance settings are locked.

Syntax

def get_bucket_compliance_lock_time() -> str: ...
def set_bucket_compliance_lock_time(value: str) -> None: ...

bucket_compliance_lock_time = property(get_bucket_compliance_lock_time, set_bucket_compliance_lock_time)

Default Value

""

Remarks

Specifies when a bucket's compliance settings are locked.

When a bucket's compliance settings are locked, certain compliance settings cannot be changed any further. Wasabi defaults this value to "off"; other valid values are "now" to immediately lock the compliance settings, or an ISO 8601 date-time string.

Important: Locking the compliance settings on a bucket is a one-way action. You cannot unlock a bucket's compliance settings without contacting the Wasabi support team. Refer to the Wasabi documentation for more information.

Refer to the update_compliance documentation for more information about compliance.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]