aboutsummaryrefslogtreecommitdiff
path: root/doc/book/reference-manual
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-06 15:40:11 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-07 15:43:48 +0100
commite3333f2ac5d142b6faddc6d54bcf35a0465be4bb (patch)
tree417e723ffe5411d1a7ca020598eaec77427dc2d3 /doc/book/reference-manual
parentfa4878bad6434f33ab9e0f663d8529e0db66d7e6 (diff)
downloadgarage-e3333f2ac5d142b6faddc6d54bcf35a0465be4bb.tar.gz
garage-e3333f2ac5d142b6faddc6d54bcf35a0465be4bb.zip
[sse-c] Documentation for SSE-C
Diffstat (limited to 'doc/book/reference-manual')
-rw-r--r--doc/book/reference-manual/s3-compatibility.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/book/reference-manual/s3-compatibility.md b/doc/book/reference-manual/s3-compatibility.md
index 1bcfd123..d2c47f3e 100644
--- a/doc/book/reference-manual/s3-compatibility.md
+++ b/doc/book/reference-manual/s3-compatibility.md
@@ -33,6 +33,7 @@ Feel free to open a PR to suggest fixes this table. Minio is missing because the
| [URL path-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access) (eg. `host.tld/bucket/key`) | ✅ Implemented | ✅ | ✅ | ❓| ✅ |
| [URL vhost-style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#virtual-hosted-style-access) URL (eg. `bucket.host.tld/key`) | ✅ Implemented | ❌| ✅| ✅ | ✅ |
| [Presigned URLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html) | ✅ Implemented | ❌| ✅ | ✅ | ✅(❓) |
+| [SSE-C encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) | ✅ Implemented | ❓ | ✅ | ❌ | ✅ |
*Note:* OpenIO does not says if it supports presigned URLs. Because it is part
of signature v4 and they claim they support it without additional precisions,