Skip to content

Commit

Permalink
document pathstyle from #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hurt committed Jul 3, 2018
1 parent 052e096 commit 86f9dca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,14 @@ The current URI parsing accepts `s3://` and `s3n://` scheme prefixes.

This table describes all the S3 URI options and corresponding environment variables.

| Paramater | Environment | Required | Description | Default |
|--------------|-------------------------|-------------|------------------------|------------------|
| `access-key` | `AWS_ACCESS_KEY_ID` | yes | Your S3/AWS access key | |
| `secret-key` | `AWS_SECRET_ACCESS_KEY` | yes | Your S3/AWS secret key | |
| `region` | `AWS_REGION` | yes | Your S3/AWS region | |
| `endpoint` | | no | Optional endpoint | s3.amazonaws.com |
| `secure` | | no | Optional secure flag | true |
| Paramater | Environment | Required | Description | Default |
|--------------|-------------------------|-------------|-------------------------|------------------|
| `access-key` | `AWS_ACCESS_KEY_ID` | yes | Your S3/AWS access key | |
| `secret-key` | `AWS_SECRET_ACCESS_KEY` | yes | Your S3/AWS secret key | |
| `region` | `AWS_REGION` | yes | Your S3/AWS region | |
| `endpoint` | | no | Optional endpoint | s3.amazonaws.com |
| `secure` | | no | Optional secure flag | true |
| `pathstyle` | | no | Optional pathstyle flag | false |

## Example

Expand Down

0 comments on commit 86f9dca

Please sign in to comment.