listBucket: listBucket

Description Usage Arguments Examples

Description

listBucket

Usage

1
2
listBucket(bucketname, prefix = NULL, marker = NULL, delimiter = "/",
  max_keys = "1000", quiet = TRUE, .all = TRUE, .output = "data.frame")

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.

.all

No Paging

.output

output format, choose from data.frame, list, oss, character. default is data.frame

Examples

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

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