IPWorks Cloud 2020 Python Edition

Questions / Feedback?

rename_object Method

Renames an object.

Syntax

def rename_object(object_name: str, new_name: str) -> None: ...

Remarks

This method renames the object named ObjectName to the name NewName. If NewName is already in use by an existing object, it will be overwritten if the current bucket has versioning enabled, or if the OverwriteOnRename configuration setting is set to True (default).

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