Merge branch 'master' into anons3
authorJoey Hess <joeyh@joeyh.name>
Fri, 4 Nov 2022 19:08:29 +0000 (15:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 4 Nov 2022 19:08:29 +0000 (15:08 -0400)
1  2 
CHANGELOG
Remote/S3.hs

diff --cc CHANGELOG
index bd46e47235e68051df365cef6e9d185f8684b24a,9d7370388bc6e011ade05ca5a7be5c5824ce6ea4..73cd1a27d64447ea15729d3ea56cb132833d66c2
+++ b/CHANGELOG
@@@ -1,5 -1,7 +1,11 @@@
- git-annex (10.20221004) UNRELEASED; urgency=medium
++  * S3: Support signature=anonymous to access a S3 bucket anonymously.
++    This can be used, for example, with importtree=yes to import from
++    a public bucket.
++
+ git-annex (10.20221103) upstream; urgency=medium
  
+   * Doubled the speed of git-annex drop when operating on many files,
+     and of git-annex get when operating on many tiny files.
    * trust, untrust, semitrust, dead: Fix behavior when provided with
      multiple repositories to operate on.
    * trust, untrust, semitrust, dead: When provided with no parameters,
diff --cc Remote/S3.hs
Simple merge