Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudproviders/s3compatible [2020_03_20 20:43] – [Provider Settings] stevencloudproviders/s3compatible [2020_03_23 17:25] – [S3 Compatible APIs] steven
Line 93: Line 93:
 ### S3 Compatible APIs ### S3 Compatible APIs
  
-The connector uses the following operations:+The connector uses the following S3 operations:
  
  * ListBuckets  * ListBuckets
Line 102: Line 102:
  * HeadObject  * HeadObject
  * PutObject  * PutObject
- * GetObject + * GetObject (including range reads) 
- * CopyObject+ * CopyObject (including x-amz-copy-source)
  * DeleteObject  * DeleteObject
  * CreateMultipartUpload  * CreateMultipartUpload