From 93a14d8cf564d02f88ad9976510857ee4be3fe78 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 27 Nov 2024 10:43:27 +0100 Subject: [PATCH] Fixes Signed-off-by: Ben --- docs/design/AWS_API_Compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/AWS_API_Compatibility.md b/docs/design/AWS_API_Compatibility.md index db7009e199..6549d2a2d2 100644 --- a/docs/design/AWS_API_Compatibility.md +++ b/docs/design/AWS_API_Compatibility.md @@ -5,7 +5,7 @@ The chart below strives to provide an up-to-date overview of which AWS API calls Actions that are absent from the table are entirely unsupported*. The table is split into categories, each containing a list of features and their corresponding API actions. NooBaa utilizes different implementations of API calls for different storage providers, so the table is split into columns for each provider to indicate whether it's supported or not. -The store types currently included in the table are backingstore (regardless of storage provider, namespace filesystem (NSFS), namespace for Amazon Web Services, and namespace for Microsoft Azure. +The store types currently included in the table are backingstore (regardless of storage provider), namespace filesystem (NSFS), namespace for Amazon Web Services, and namespace for Microsoft Azure. For more information, see [S3 Compatibility](https://github.com/noobaa/noobaa-operator/tree/master/doc/s3-compatibility.md), [Bucket Types](https://github.com/noobaa/noobaa-operator/tree/master/doc/bucket-types.md), [Backingstore CRD](https://github.com/noobaa/noobaa-operator/blob/master/doc/backing-store-crd.md) and [Namespacestore CRD](https://github.com/noobaa/noobaa-operator/blob/master/doc/namespace-store-crd.md). _* Note that it is also possible for actions to be supported but absent because the table was not updated._ @@ -25,7 +25,7 @@ _* Note that it is also possible for actions to be supported but absent because | | Object | ListObjects | ✅ | ✅ | ✅ | ✅ | | | | Object | ListObjectsV2 | ✅ | ✅ | ✅ | ✅ | | | | Object | CopyObject | ✅ | ✅ | ✅ | ✅ | | -| | Object | GetObjectAttributes | ❌ | ✅* | ✅ | ❌ | *Partially implemented | +| | Object | GetObjectAttributes | ✅ | ✅* | ✅ | ❌ | *Partially implemented | | | Multipart Upload | CreateMultipartUpload | ✅ | ✅ | ✅ | ✅ | | | | Multipart Upload | CompleteMultipartUpload | ✅ | ✅ | ✅ | ✅ | | | | Multipart Upload | AbortMultipartUpload | ✅ | ✅ | ✅ | ✅* | *Azure does not support aborting uploads, so the operation is ignored and Azure will clean up the parts after 7 days |