-
Notifications
You must be signed in to change notification settings - Fork 8
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
Private setting of a different remote. #8
Comments
A possible workaround (which is what I do) is to use environment variables to specify my keys: 8a9775f I guess I should have documented that feature better. |
shall we merge this to #7 |
Re: "A possible workaround (which is what I do) is to use environment variables to specify my keys: 8a9775f" -- for S3 use key as Environment params, for rsync, use .gitfat, not a bad idea at all. I don't use rsync, so let's @dlin and @willkelleher decide on this. |
right. environment variables make sense to me too, after some thoughts. So this document really shall mention the use of s3 key environment too. And we may want to patch the code to warn about s3 credentials in .gitfat files; even filter it out by default from a commit... |
This would require moving .gitfat into .git/fatconfig or .git/config.
Which is sensible because the S3 backend would prefer not to distribute .gitfat within the repository anyways. #7
The text was updated successfully, but these errors were encountered: