From 86f9dca8330615818364eba6be295fec7912c595 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Tue, 3 Jul 2018 14:28:13 -0500 Subject: [PATCH] document pathstyle from #42 --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0e20a8d..1b5fdaf 100644 --- a/README.md +++ b/README.md @@ -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