summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 16:12:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 16:12:15 -0400
commite05835ee30d727d8f02db45626e0d29e66602ca9 (patch)
treef02618b34776f0f542feeeba2f11f6995ab48adb
parent5df7cd5fee4c747766122e46a6cd7af36b89cb9d (diff)
response
-rw-r--r--doc/forum/original_filename_on_s3/comment_2_2a0d5d77219ae2410090eb1811ee1fec._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/original_filename_on_s3/comment_2_2a0d5d77219ae2410090eb1811ee1fec._comment b/doc/forum/original_filename_on_s3/comment_2_2a0d5d77219ae2410090eb1811ee1fec._comment
new file mode 100644
index 000000000..bba4a6355
--- /dev/null
+++ b/doc/forum/original_filename_on_s3/comment_2_2a0d5d77219ae2410090eb1811ee1fec._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-10-31T20:10:22Z"
+ content="""
+What real filenames? A git-annex special remote is a key/value store, where
+any key can correspond to zero or any number of filenames in the working
+tree.
+
+What you're doing with S3 is using it to publish some files over the web.
+Fine. That's not a S3 special remote, so don't use it that way, just `git
+annex addurl` the files from S3.
+"""]]