From dbfc00e2a6ad99200da35f75f889174cd7bfd195 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Apr 2016 13:46:11 -0400 Subject: remove old closed bugs and todo items to speed up wiki updates and reduce size Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done --- ...with_capital_letters_breaks_authentication.mdwn | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 doc/bugs/S3_buckets_with_capital_letters_breaks_authentication.mdwn (limited to 'doc/bugs/S3_buckets_with_capital_letters_breaks_authentication.mdwn') diff --git a/doc/bugs/S3_buckets_with_capital_letters_breaks_authentication.mdwn b/doc/bugs/S3_buckets_with_capital_letters_breaks_authentication.mdwn deleted file mode 100644 index 9a67db0c6..000000000 --- a/doc/bugs/S3_buckets_with_capital_letters_breaks_authentication.mdwn +++ /dev/null @@ -1,32 +0,0 @@ -### Please describe the problem. - -As described in [[tips/Internet_Archive_via_S3]], there is a problem using S3 with buckets that have capital letters. The bug lies either in the hS3 library or in archive.org itself. - -### What steps will reproduce the problem? - -Try to add an [[special_remotes/S3]] remote with capital letters in the bucket name. - -### What version of git-annex are you using? On what operating system? - -[[!format txt """ -git-annex version: 4.20130921-g434dc22 -build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS Feeds Quvi -local repository version: 3 -default repository version: 3 -supported repository versions: 3 4 -upgrade supported from repository versions: 0 1 2 -"""]] - -### 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 -anarcat@angela:video$ git annex initremote archive-moglenrepublica type=S3 host=s3.us.archive.org bucket=Republica2012-EbenMoglen-FreedomOfThoughtRequiresFreeMedia -initremote archive-moglenrepublica (Internet Archive mode) git-annex: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. For more information, see REST Authentication and SOAP Authentication for details. -# End of transcript or log. -"""]] - -Just thought it would be better to have a separate thread for this bug. :) - -> [[fixed|done]] --[[Joey]] -- cgit v1.2.3