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 \
--- /dev/null
+[[!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
+"""]]