-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes to the S3 walk-through #1231
Conversation
As amazon s3 depcrecated ACL functionality the usecase and a git annex initremote parameter relied on, it broke. Thanks to @NickleDave for the heads-up and the fixes, which should make it work again given a recent enough git-annex
hey @all-contributors please add @NickleDave for bug, content |
I've put up a pull request to add @NickleDave! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should also mention the publicurl
git-annex parameter. Otherwise, I think git-annex would use s3 protocol, and I am not sure if it does it anonymously. See its description in git-annex S3 manpage.
There is, however, a caveat that the git-annex available currently in debian-stable does not recognize the publicurl
parameter, and blindly follows public
🙈 I think this is worth another find-out-more. See also this comment.
I have added a version note to the top of the page, and I also linked the discussion in it.
Do you mean beyond the description prior to I realize I haven't mentioned the bucket policies - I will read up on what they are and add a findoutmore on them. |
Ah, sorry, So it isn't exactly as bad as what I said (that older annex does not recognize publicurl at all -- it does not recognize it when |
This incorporates the corrected commands and information from #1224.
Fixes #1224.