diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-09 13:54:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-09 13:54:54 -0400 |
commit | ad4e152fd656bf16b227ffed9d65e01c3e181fcc (patch) | |
tree | 6e3cd5e6caaa479dc43d2842ae17f7d5d907ad27 /doc/special_remotes | |
parent | 5fc8c2b07b97baf7f08f9360ca375ad73aea2934 (diff) |
S3: Add fileprefix setting.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index 195693b3b..333e0bac5 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -36,5 +36,11 @@ the S3 remote. so by default, a bucket name is chosen based on the remote name and UUID. This can be specified to pick a bucket name. +* `fileprefix` - By default, git-annex places files in a tree rooted at the + top of the S3 bucket. When this is set, it's prefixed to the filenames + used. For example, you could set it to "foo/" in one special remote, + and to "bar/" in another special remote, and both special remotes could + then use the same bucket. + * `x-amz-*` are passed through as http headers when storing keys in S3. |