From bc5a042b5bfb1999f8450657d5b0721235fbb84c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2015 16:23:35 -0400 Subject: S3: Publically accessible buckets can be used without creds. --- doc/special_remotes/S3.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/special_remotes') 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. -- cgit v1.2.3