Browse Source

Correct notorrent -> noarchivetorrent

01:57:03 <@SketchCow> I have been informed the field name is "noarchivetorrent", not "notorrent". My apologies.
master
km09 4 years ago
committed by GitHub
parent
commit
d65f4deaa2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      upload-one

+ 1
- 1
upload-one View File

@@ -82,7 +82,7 @@ do
--header "x-archive-meta-title:${IA_ITEM_TITLE} ${ITEM}" \
--header "x-archive-meta-date:${IA_ITEM_DATE}" \
--header "x-archive-meta-language:eng" \
--header "x-archive-meta-notorrent:true" \
--header "x-archive-meta-noarchivetorrent:true" \
--header "x-archive-size-hint:$size_hint" \
--header "authorization: LOW ${IA_AUTH}" \
--upload-file "${UPLOADER_WORKING_DIR}/${ITEM}/${filename}" \


Loading…
Cancel
Save