summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawllzCkjUyuA-tY_FyR1rv7SbgQnQf1kitI <Pierre@web>2014-12-19 18:36:58 +0000
committerGravatar admin <admin@branchable.com>2014-12-19 18:36:58 +0000
commit57484af41cce7bdd2b1fed47c0d1f329f5b76706 (patch)
tree45bd3e150f862ac219de2a3ee4182cb2781d56b1
parentbf7eac32ac13aa90d833d4e92b78866967531107 (diff)
-rw-r--r--doc/forum/s3_server_side_encryption.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/s3_server_side_encryption.mdwn b/doc/forum/s3_server_side_encryption.mdwn
new file mode 100644
index 000000000..f7b64921b
--- /dev/null
+++ b/doc/forum/s3_server_side_encryption.mdwn
@@ -0,0 +1,9 @@
+AWS S3 offers a feature to enable server-side encryption of files.
+If I understand correctly, this is enabled by sending a specific HTTP header with the request to upload the file in question.
+So, this header needs to be set every time we want to upload a new file.
+
+Is this feature already supported / being considered for future versions?
+
+If not, am I correct in assuming it would have to be implemented in https://github.com/joeyh/git-annex/blob/master/Remote/S3.hs ?
+
+Thank you