From: yarikoptic Date: Tue, 20 Sep 2022 22:50:46 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~83^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3a99db14bf5dd7f4af3b9713b9a906431f10c24;p=git-annex.git Added a comment --- diff --git a/doc/todo/allow_for_annonymous_AWS_S3_access/comment_6_b1e14d6baef8d03aaa6ace717aebc0f9._comment b/doc/todo/allow_for_annonymous_AWS_S3_access/comment_6_b1e14d6baef8d03aaa6ace717aebc0f9._comment new file mode 100644 index 0000000000..b5c7de5b02 --- /dev/null +++ b/doc/todo/allow_for_annonymous_AWS_S3_access/comment_6_b1e14d6baef8d03aaa6ace717aebc0f9._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 6" + date="2022-09-20T22:50:46Z" + content=""" +interesting idea. May be my invocation is still incomplete (no host or datacenter) but with the following one I am still queried for the credentials: + +``` +git annex initremote s3-origin type=S3 importtree=yes encryption=none autoenable=true bucket=dandiarchive fileprefix=zarr-checksums/2ac71edb-738c-40ac-bd8c-8ca985adaa12/ public=yes publicurl=https://dandiarchive.s3.amazonaws.com/ signature=v4 storageclass=STANDARD port=443 +``` + +or may be whenever you ran `initremote` you did have those credential variables exported already? ;) +"""]]