diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-05 16:23:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-05 16:23:35 -0400 |
commit | bc5a042b5bfb1999f8450657d5b0721235fbb84c (patch) | |
tree | 3a1af4e743ad048045ca53a4a59d4eb8b6f3bd61 /doc/special_remotes/S3.mdwn | |
parent | e9ab4e21fd215048e63f37d458e69f3f848ed5cb (diff) |
S3: Publically accessible buckets can be used without creds.
Diffstat (limited to 'doc/special_remotes/S3.mdwn')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index 2d9c6cfcd..33f0410bb 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -50,8 +50,12 @@ the S3 remote. * `public` - Set to "yes" to allow public read access to files sent to the S3 remote. This is accomplished by setting an ACL when each - file is uploaded to the remote. So, it can be changed but changes - will only affect subseqent uploads. + file is uploaded to the remote. So, changes to this setting will + only affect subseqent uploads. + +* `publicurl` - Configure the URL that is used to download files + from the bucket when they are available publically. + (This is automatically configured for Amazon S3 and the Internet Archive.) * `partsize` - Amazon S3 only accepts uploads up to a certian file size, and storing larger files requires a multipart upload process. |