Skip to content
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

S3 backend and some Win32 cherry-picks from upstream #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ look like this:
remote = your.remote-host.org:/share/fat-store
sshuser = fat

## S3 remote

Edit your .gitfat file and add the following:

[s3]
bucket={bucketname}
key={access_key_id}
secret={secret_access_key}

And then you're done.

# A worked example

Before we start, let's turn on verbose reporting so we can see what's
Expand Down
Loading