Skip to content

Commit cdbda94

Browse files
DOCSP-46311 Document required S3 APIs for S3-Compatible Snapshot Storage (#641)
<!-- Add a description of your PR here (optional) --> - [DOCSP-46311](https://jira.mongodb.org/browse/DOCSP-46311) - [STAGING](https://deploy-preview-641--10gen-docs-ops-manager.netlify.app/tutorial/manage-s3-blockstore-storage/#considerations) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 163b31c commit cdbda94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/tutorial/manage-s3-blockstore-storage.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Considerations
2626

2727
.. include:: /includes/considerations-requires-dedicated-bucket.rst
2828

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+
2943
Can't Move the S3-Compatible Snapshot Store
3044
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3145

0 commit comments

Comments
 (0)