File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ Considerations
26
26
27
27
.. include:: /includes/considerations-requires-dedicated-bucket.rst
28
28
29
+ Requires Support for S3-Compatible Storage |api|\s
30
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
+
32
+ Ensure that the |s3| vendor supports the following |s3| |api|\s:
33
+
34
+ - :aws-docs:`CopyObject </AmazonS3/latest/API/API_CopyObject.html>`
35
+ - :aws-docs:`DeleteObject </AmazonS3/latest/API/API_DeleteObject.html>`
36
+ - :aws-docs:`DeleteObjects </AmazonS3/latest/API/API_DeleteObjects.html>`
37
+ - :aws-docs:`PutObject </AmazonS3/latest/API/API_PutObject.html>`
38
+ - :aws-docs:`HeadObject </AmazonS3/latest/API/API_HeadObject.html>`
39
+ - :aws-docs:`HeadBucket </AmazonS3/latest/API/API_HeadBucket.html>`
40
+ - :aws-docs:`GetObject </AmazonS3/latest/API/API_GetObject.html>`
41
+ - :aws-docs:`ListObjects </AmazonS3/latest/API/API_ListObjects.html>`
42
+
29
43
Can't Move the S3-Compatible Snapshot Store
30
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
45
You can’t perform that action at this time.
0 commit comments