Description Usage Arguments Details Value
Create a new bucket
1 | S3_create_bucket(bucketName, acl = "private")
|
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. |
Add a new bucket with ACL set.
Returns 1 if successful 0 with error if there was an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.