IPWorks S3 2020 Python Edition

Questions / Feedback?

object_marker Property

A marker indicating what page of objects to return next.

Syntax

def get_object_marker() -> str: ...
def set_object_marker(value: str) -> None: ...

object_marker = property(get_object_marker, set_object_marker)

Default Value

""

Remarks

This property will be populated when list_objects is called if the results are paged and there are more pages. To list all objects, continue to call list_objects until this property returns empty string.

Refer to list_objects for more information.

Note: This property is cleared anytime service_provider changes; marker values are only valid when used with the provider that generated them.

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