GetBucket: GetBucket

Description Usage Arguments Examples

Description

Equals to ListObject

Usage

1
2
GetBucket(name, prefix = NULL, marker = NULL, delimiter = NULL,
  max_keys = NULL, encoding_type = NULL)

Arguments

prefix

The prefix of buckets to filter.

marker

Which index to start with.

delimiter

Single character grouping the object name.

max_keys

Max number of buckets.

encoding_type

For those control characters not supported in xml 1.0 should set this to 'url'.

Examples

1
2
3
GetBucket('ross-test')
GetBucket('ross-test', 'upload')
GetBucket('ross-test', 'upload', 'upload/file1', '/', '10')

gahoo/ross documentation built on May 16, 2019, 5:35 p.m.