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