OptionaldeletedOptionallimitThe limit passed to underlying service to specify the max results that could return per-request.
Users could use this to control the memory usage of list operation.
OptionalrecursiveThe recursive is used to control whether the list operation is recursive.
false, list operation will only list the entries under the given path.true, list operation will list all entries that starts with given path.Default to false.
OptionalstartThe start_after passed to underlying service to specify the specified key to start listing from.
OptionalversionsThe versions is used to control whether the object versions should be returned.
false, list operation will not return with object versionstrue, list operation will return with object versions if object versioning is supported
by the underlying serviceDefault to false
The deleted is used to control whether the deleted objects should be returned.
false, list operation will not return with deleted objectstrue, list operation will return with deleted objects if object versioning is supported by the underlying serviceDefault to
false