Skip to content

Commit

Permalink
Make docs for S3_URL_STYLE less redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
grampajoe committed Feb 10, 2014
1 parent 2883db1 commit 4a73903
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,9 @@ uploading assets to S3.
bucket name in the base url.
`S3_BUCKET_NAME` The desired name for your Amazon S3 bucket. Note:
the name will be visible in all your assets' URLs.
`S3_URL_STYLE` Specifies the style for S3 URLs. Set to `'host'`
to use virtual-host-style URLs, e.g.
``bucketname.s3.amazonaws.com``. Set to `'path'`
to use path-style URLs, e.g.
`S3_URL_STYLE` Set to `'host'` to use virtual-host-style URLs,
e.g. ``bucketname.s3.amazonaws.com``. Set to
`'path'` to use path-style URLs, e.g.
``s3.amazonaws.com/bucketname``.
**Default:** `'host'`
`S3_USE_HTTPS` Specifies whether or not to serve your assets
Expand Down

0 comments on commit 4a73903

Please sign in to comment.