OptionalbodyIdentifies a region where this bucket lives.
📘
You can use a
clusterIdin place ofregionIdin requests for buckets that you created using the legacy version of the API. Run List clusters to see each clusterid.
OptionalqueryOptionaldelimiter?: stringThe delimiter for object names; if given, object names will be returned up to the first occurrence of this character. This is most commonly used with the / character to allow bucket transversal in a manner similar to a filesystem, however any delimiter may be used. Use in conjunction with prefix to see object names past the first occurrence of the delimiter.
Optionalmarker?: stringThe "marker" for this request, which can be used to paginate through large buckets. Its value should be the value of the next_marker property returned with the last page. Listing bucket contents does not support arbitrary page access. See the next_marker property in the responses section for more details.
Optionalpage_size?: numberThe number of items to return per page.
Optionalprefix?: stringFilters objects returned to only those whose name start with the given prefix. Commonly used in conjunction with delimiter to allow transversal of bucket contents in a manner similar to a filesystem.
The bucket name.