b7daf2685f
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.
9 lines
424 B
Markdown
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]]
|