From 3aeb15c18b951ef261ad1f16dba35ec47d50591a Mon Sep 17 00:00:00 2001 From: "dckc@4f72e5f6436280fd19a91a9805af71b9921a4f9b" Date: Wed, 7 Dec 2022 14:39:29 +0000 Subject: [PATCH] --- ...ting_internet_archive_item_via_web_UI.mdwn | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/bugs/error_creating_internet_archive_item_via_web_UI.mdwn diff --git a/doc/bugs/error_creating_internet_archive_item_via_web_UI.mdwn b/doc/bugs/error_creating_internet_archive_item_via_web_UI.mdwn new file mode 100644 index 0000000000..4055033aee --- /dev/null +++ b/doc/bugs/error_creating_internet_archive_item_via_web_UI.mdwn @@ -0,0 +1,45 @@ +### Please describe the problem. + +When I hit **Add Internet Archive item**, I get: + +Internal Server Error +Unexpected parameters: x-amz-interactive-priority x-amz-mediatype +git-annex version 8.20210223 + + +### What steps will reproduce the problem? + +create a directory; git init; git annex init +start the web ui; point it at said directory + +Hit the **+ Add another repository** button + +Choose **Internet Archive** + +On the _Adding an Internet Archive item_ page, enter access key, secret key + +choose Media Type software +Item Name: commons-software + +Hit **Add Internet Archive item** + +### What version of git-annex are you using? On what operating system? + +git-annex version 8.20210223 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +I recently started trying to use it to manage photos, but I'm struggling a bit to get my head around it. +Today I'm trying to use it to archive my open source software downloads. + + -- 2.30.2