IA S3 needs https now
This commit is contained in:
parent
ef96645435
commit
009bd22ab4
2 changed files with 13 additions and 1 deletions
|
@ -36,7 +36,7 @@ rather than having git-annex pick a random one; and you can optionally
|
|||
specify `x-archive-meta*` headers to add metadata as explained in their
|
||||
[documentation](http://www.archive.org/help/abouts3.txt).
|
||||
|
||||
# git annex initremote archive-panama type=S3 \
|
||||
# git annex initremote archive-panama type=S3 protocol=https \
|
||||
host=s3.us.archive.org bucket=panama-canal-lock-blueprints \
|
||||
x-archive-meta-mediatype=texts x-archive-meta-language=eng \
|
||||
x-archive-meta-collection=test_collection \
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 4"""
|
||||
date="2025-05-13T14:22:17Z"
|
||||
content="""
|
||||
After the 2025 compromise of archive.org and its subsequent rebuild, it
|
||||
seems they have changed to require http be used with their S3 API. I was
|
||||
getting error 404 when using my internet archive special remote because of
|
||||
that. I fixed it by running:
|
||||
|
||||
git annex enableremote archive.org protocol=https
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue