IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_object Method

Creates a new object in the currently selected bucket.

Syntax

def create_object(object_name: str) -> None: ...

Remarks

This method creates a new object named Object in the bucket currently selected by bucket. If there are any metadata items present in the Metadata* properties, they will included in the creation request.

If local_file is set the file will be uploaded from the specified path. If local_file is not set the data in object_data will be used.

To encrypt the file before uploading it, set encryption_algorithm and encryption_password. This method can automatically handle the multipart upload of objects (See Below). If it is desired to manually take control of the multipart upload process see start_multipart_upload.

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