diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-19 19:11:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-19 19:11:55 +0100 |
commit | 0ddfee92c5f1787d452a04ea0b7620bdf95df761 (patch) | |
tree | 863e1d9aec285e88e29609ad4944d39116642d1d /doc/Compatibility.md | |
parent | 5d1fa591d99f1f051ba77fa243a673d819377771 (diff) | |
download | garage-0ddfee92c5f1787d452a04ea0b7620bdf95df761.tar.gz garage-0ddfee92c5f1787d452a04ea0b7620bdf95df761.zip |
add precision
Diffstat (limited to 'doc/Compatibility.md')
-rw-r--r-- | doc/Compatibility.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Compatibility.md b/doc/Compatibility.md index 3546ed29..c0fc2863 100644 --- a/doc/Compatibility.md +++ b/doc/Compatibility.md @@ -4,6 +4,7 @@ Implemented: +- path-style URLs (`garage.tld/bucket/key`) - putting and getting objects in buckets - multipart uploads - listing objects @@ -11,6 +12,7 @@ Implemented: Not implemented: +- vhost-style URLs (`bucket.garage.tld/key`) - object-level ACL - encryption - most `x-amz-` headers |