Update usage to reflect use of Role based credentials.

This commit is contained in:
Anthony Sceresini 2016-09-08 21:11:23 +10:00
parent 7ed95b8801
commit 34f82397c8

View file

@ -27,6 +27,10 @@ jobs:
- put: <resource name>
```
## AWS Credentials
The `access_key_id` and `secret_access_key` are optional and if not provided the EC2 Metadata service will be queried for role based credentials.
## Options
The `options` parameter is synonymous with the options that `aws cli` accepts for `sync`. Please see [S3 Sync Options](http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html#options) and pay special attention to the [Use of Exclude and Include Filters](http://docs.aws.amazon.com/cli/latest/reference/s3/index.html#use-of-exclude-and-include-filters).