From 4a73903306ccb2bc3bcdf078097626893ed877eb Mon Sep 17 00:00:00 2001 From: Joe Friedl Date: Mon, 10 Feb 2014 13:48:55 -0500 Subject: [PATCH] Make docs for S3_URL_STYLE less redundant --- docs/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5226250..5ae1cc3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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