Description Usage Arguments Details Value
Set the access_key and secret_key
1 | S3_connect(access_key, secret_key, hostname = "s3.amazonaws.com")
|
access_key |
Put your AWS access_key here to connect to S3. |
secret_key |
Put your AWS secret_key here to connect to S3. |
hostname |
Put a hostname such as 's3-eu-west-1.amazonaws.com' to specify a name other than s3.amazonaws.com |
Before any other function use S3Connect to set the access and secret key.
There is no return currently.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.