PutObjectACL: PutObjectACL

Description Usage Arguments Examples

Description

PutObjectACL

Usage

1
PutObjectACL(bucketname, key, acl = "private")

Arguments

bucketname

The bucket name

key

The file path of object on oss.

acl

Access control: private, public-read, public-read-write

Examples

1
PutObjectACL('ross-test', 'test.txt', acl = 'public-read')

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