Update usage to reflect use of Role based credentials.
This commit is contained in:
parent
7ed95b8801
commit
34f82397c8
1 changed files with 4 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue