S3_create_bucket: Create a new bucket

Description Usage Arguments Details Value

Description

Create a new bucket

Usage

1
S3_create_bucket(bucketName, acl = "private")

Arguments

bucketName

The name of the new bucket you want to create.

acl

The 'canned' acl's that you want. You can use 'private' 'public-read', 'public-read-write', and 'authenticated-read'. It defaults to private.

Details

Add a new bucket with ACL set.

Value

Returns 1 if successful 0 with error if there was an error.


Gastrograph/RS3 documentation built on May 6, 2019, 5:33 p.m.