Skip to content

Commit 1dddcea

Browse files
committed
Document methods
1 parent 77bd0a4 commit 1dddcea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,19 @@ pub fn main() {
5555
}
5656
```
5757

58+
The following endpoints are supported:
59+
60+
https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
61+
62+
- [CreateBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html)
63+
- [DeleteBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html)
64+
- [DeleteObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html)
65+
- [DeleteObjects](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html)
66+
- [GetObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)
67+
- [HeadBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html)
68+
- [HeadObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html)
69+
- [ListBuckets](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html)
70+
- [ListObjects](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html)
71+
- [PutObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html)
72+
5873
Further documentation can be found at <https://hexdocs.pm/bucket>.

0 commit comments

Comments
 (0)