File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -55,4 +55,19 @@ pub fn main() {
55
55
}
56
56
```
57
57
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
+
58
73
Further documentation can be found at < https://hexdocs.pm/bucket > .
You can’t perform that action at this time.
0 commit comments