diff --git a/doc/forum/Change_or_add_S3_credentials.mdwn b/doc/forum/Change_or_add_S3_credentials.mdwn new file mode 100644 index 0000000000..736f9e4e1b --- /dev/null +++ b/doc/forum/Change_or_add_S3_credentials.mdwn @@ -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.