upload to the test collection, giving users an idea of how to change collections as well as forcing people to think before they upload
This commit is contained in:
parent
02c74a0dfd
commit
6d954cc132
1 changed files with 5 additions and 0 deletions
|
@ -39,11 +39,16 @@ specify `x-archive-meta*` headers to add metadata as explained in their
|
|||
# git annex initremote archive-panama type=S3 \
|
||||
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 \
|
||||
x-archive-meta-title="original Panama Canal lock design blueprints"
|
||||
initremote archive-panama (Internet Archive mode) ok
|
||||
# git annex describe archive-panama "a man, a plan, a canal: panama"
|
||||
describe archive-panama ok
|
||||
|
||||
The above uploads to the [test collection](https://archive.org/details/test_collection) where items are removed
|
||||
after thirty days. Uploads can persist by changing to another writable
|
||||
[collection](https://internetarchive.readthedocs.io/en/latest/metadata.html#collection).
|
||||
|
||||
Then you can annex files and copy them to the remote as usual:
|
||||
|
||||
# git annex add photo1.jpeg --backend=SHA256E
|
||||
|
|
Loading…
Reference in a new issue