diff --git a/_includes/content-reuse/admin-guides/s3-api/supported-s3-functionality-known-limits.md b/_includes/content-reuse/admin-guides/s3-api/supported-s3-functionality-known-limits.md index 1d11ada9..4cf41d70 100644 --- a/_includes/content-reuse/admin-guides/s3-api/supported-s3-functionality-known-limits.md +++ b/_includes/content-reuse/admin-guides/s3-api/supported-s3-functionality-known-limits.md @@ -38,11 +38,19 @@ The following table lists the S3 API actions that Qumulo Core supports and the v DeleteObject 5.2.1 - + + + DeleteObjectTagging + 6.3.2 + DeleteObjects 5.2.2 - + + + GetBucketAcl + 6.1.1 + GetBucketLocation 5.1.2 @@ -50,7 +58,11 @@ The following table lists the S3 API actions that Qumulo Core supports and the v GetObject 5.0.4 - + + + GetObjectAcl + 6.1.1 + HeadBucket 5.1.2 @@ -82,14 +94,18 @@ The following table lists the S3 API actions that Qumulo Core supports and the v PutObject 5.2.1 - + + + PutObjectTagging + 6.3.2 + UploadPart 5.3.3 UploadPartCopy - 6.1.0.3 + 6.0.2 @@ -108,7 +124,6 @@ The following table lists some of the S3 API functionality that Qumulo Core does | Logging controls | — | | Multi-chunk payload signing | Qumulo Core doesn't support the [streaming version of Amazon Signature Version 4 (SigV4)](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html), only the [single-chunk version](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html). | | Object locks | — | -| Object tagging and custom object metadata | — | | Object versioning | Qumulo objects have one object version. To preserve previous object contents in Qumulo Core, use snapshots. | | Policies | — | | Signature Version 2 | Qumulo Core supports only SigV4 signatures. |