get_bucket: Get bucket

Description Usage Arguments Value Examples

Description

List the contents of an Qingstor bucket

Usage

1
2
get_bucket(bucket, prefix = NULL, delimiter = NULL, max = NULL,
  marker = NULL, parse_response = TRUE, ...)

Arguments

bucket

Character string with the name of the bucket.

prefix

Character string that limits the response to keys that begin with the specified prefix

parse_response

logical, should we attempt to parse the response?

folder

must, now set to "/"

Value

A dataFrame of objects infomation in the bucket.

Examples

1
2
3
4
5
# list the object in Qingstor bucket

get_bucket(bucket = 'bucket_name',folder = "/")
prefix is support ,example:
get_bucket(bucket = 'bucket_name',folder = "/",prefix = 'prefix_name')

zhangxing-love/QingStorRSDK_0.1 documentation built on May 4, 2019, 10:17 p.m.