diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-16 13:10:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-16 13:10:26 -0400 |
commit | 0a7bcd47aeec9a2d1c9a42ef8d9ea539a6aef0d3 (patch) | |
tree | d9b0d2b3c75b03ffb839e65592b72d4673c6bc7a /doc/walkthrough | |
parent | 93c5fb5da7f085cc772e28d8ded08f4ea0b0bf15 (diff) |
IA: do not create bucket at initremote time
This way, the metadata sent when uploading a file is applied to the bucket
then.
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/Internet_Archive_via_S3.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/Internet_Archive_via_S3.mdwn b/doc/walkthrough/Internet_Archive_via_S3.mdwn index 1d5fc88f5..b80f0a4b7 100644 --- a/doc/walkthrough/Internet_Archive_via_S3.mdwn +++ b/doc/walkthrough/Internet_Archive_via_S3.mdwn @@ -31,7 +31,7 @@ use all lowercase and no spaces when making the bucket with `initremote`. host=s3.us.archive.org bucket=panama-canal-lock-blueprints \ x-archive-meta-mediatype=texts x-archive-meta-language=eng \ x-archive-meta-title="original Panama Canal lock design blueprints" - initremote archive-panama (Internet Archive mode) (checking bucket) (creating bucket in US) ok + initremote archive-panama (Internet Archive mode) ok # git annex describe archive-panama "Internet Archive item for my grandfather's Panama Canal lock design blueprints" describe archive-panama ok |