Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
Neon-White committed Nov 27, 2024
1 parent 13060cb commit 93a14d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/AWS_API_Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand All @@ -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 |
Expand Down

0 comments on commit 93a14d8

Please sign in to comment.