diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-05 14:38:01 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-05 14:38:01 -0400 |
commit | e9ab4e21fd215048e63f37d458e69f3f848ed5cb (patch) | |
tree | a3411387e53b8b45c4e92232b66b004243846dbc /debian | |
parent | 88898179b355ea80d5afa6ede9b931c6d5e84144 (diff) |
public=yes config to send AclPublicRead
In my tests, this has to be set when uploading a file to the bucket
and then the file can be accessed using the bucketname.s3.amazonaws.com
url.
Setting it when creating the bucket didn't seem to make the whole bucket
public, or allow accessing files stored in it. But I have gone ahead and
also sent it when creating the bucket just in case that is needed in some
case.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3e4292b76..e95c7bebf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ git-annex (5.20150529) UNRELEASED; urgency=medium * import --clean-duplicates: Fix bug that didn't count local or trusted repo's copy of a file as one of the necessary copies to allow removing it from the import location. + * S3: Special remotes can be configured with public=yes to allow + the public to access the bucket's content. -- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400 |