diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-16 11:20:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-16 11:20:35 -0400 |
commit | 1d2984441c654f01e88e427f3289f8066cd2e6b0 (patch) | |
tree | 6e0232740696fc94e2f78becb262c18f45ef2506 /debian | |
parent | 79c74bf27dfb9795ad35bc4e4c2061004212621d (diff) |
add a few tweaks to make it easy to use the Internet Archive's variant of S3
In particular, munge key filenames to comply with the IA's filename limits,
disable encryption, support their nonstandard way of creating buckets, and
allow x-amz-* headers to be specified in initremote to set item metadata.
Still TODO: initremote does not handle multiword metadata headers right.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09dde346c..59ebb1deb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ git-annex (0.20110504) UNRELEASED; urgency=low * Work around a bug in Network.URI's handling of bracketed ipv6 addresses. + * Add a few tweaks to make it easy to use the Internet Archive's variant + of S3. In particular, munge key filenames to comply with the IA's filename + limits, disable encryption, support their nonstandard way of creating + buckets, and allow x-amz-* headers to be specified in initremote to set + item metadata. -- Joey Hess <joeyh@debian.org> Fri, 06 May 2011 15:20:38 -0400 |