Skip to content

Commit

Permalink
docs: update Compatibility Table/CopyObject status
Browse files Browse the repository at this point in the history
This change changes the reported support status of CopyObject from
partial to full.

Change-Id: I6f57f48e360ebdf144889d5af7963fc9f40fe273
  • Loading branch information
amwolff committed Apr 19, 2022
1 parent ced9593 commit cc88889
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/s3-compatibility.md
Expand Up @@ -7,7 +7,7 @@ S3 Compatibility
|:-------------------------------------------:|:-------:|:------------------------------------------------------------:|:---------------------------------------------------:|
| AbortMultipartUpload | Full | | |
| CompleteMultipartUpload | Full | | |
| CopyObject | Partial | Planned full. See https://github.com/storj/roadmap/issues/1 | See CopyObject section |
| CopyObject | Full | | |
| CreateBucket | Full | | |
| CreateMultipartUpload | Full | | |
| DeleteBucket | Full | | |
Expand Down Expand Up @@ -99,7 +99,7 @@ S3 Compatibility
| RestoreObject | No | No | |
| SelectObjectContent | No | No | |
| UploadPart | Full | | |
| UploadPartCopy | No | No | We may support it after full support for CopyObject |
| UploadPartCopy | No | No | We may support it depending on reported needs |
| WriteGetObjectResponse | No | No | |

## Compatibility Table Support/Caveats
Expand All @@ -117,14 +117,6 @@ implemented.
Partial compatibility means that we don't support all features of a specific
action (see Caveats column).

### CopyObject

Currently, copying an object is implemented in a way that requires the gateway
to download and re-upload an object. This behaviour is disabled for Storj
production deployments of Gateway-MT and can be activated individually in, e.g.
Gateway-ST (`--s3.disable-copy-object=false`). Server-side (or satellite-side)
copy support is coming. See https://github.com/storj/roadmap/issues/1.

### ListObjects

A bucket's paths are end-to-end encrypted. We don't use an ordering-preserving
Expand Down

0 comments on commit cc88889

Please sign in to comment.