This commit is contained in:
Mara 2018-08-13 10:46:08 +00:00 committed by admin
parent 6ce59ccfe5
commit 3e8eadade4

View file

@ -0,0 +1,6 @@
How do I change or add S3 credentials, when a S3 special remote is already initialised/enabled?
I have a repository with a `public=yes` S3 remote, such that people can read the data without credentials.
But then when they need to upload files, how do they add their credentials?
Setting the `AWS_*` environment variables when running `git annex copy --to=s3` works, but then the credentials are not stored.