git-annex/doc/todo/support_public_versioned_S3_access.mdwn
Joey Hess b7daf2685f
support public versioned S3 access
Makes git annex whereis display the versionId urls.

And, when a s3 remote is enabled without creds, git-annex will use the
versionId urls to access its contents.

This commit was sponsored by Fernando Jimenez on Patreon.
2018-09-06 14:31:41 -04:00

9 lines
424 B
Markdown

When a S3 remote uses exporttree=yes versioning=yes public=yes,
it's possible to use anonymous http to download anything from it. git-annex
does not yet support that, nor does whereis show the urls.
Should not be super hard to add, but it involves converting `getpublicurl`
into an Annex action and distinguishing between different uses of it,
some of which work with this and some don't. --[[Joey]]
> [[done]] --[[Joey]]