IPWorks S3 2020 Python Edition

Questions / Feedback?

start_byte Property

The byte offset from which to resume the upload or download.

Syntax

def get_start_byte() -> int: ...
def set_start_byte(value: int) -> None: ...

start_byte = property(get_start_byte, set_start_byte)

Default Value

0

Remarks

This property specifies the byte offset from which to resume an automatic multipart upload initiated by create_object, or a download initiated by get_object. Refer to those methods' documentation for more information about resuming uploads and downloads.

Note: This property is automatically reset to 0 anytime service_provider changes.

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