Skip to content
Snippets Groups Projects
Commit 3ffd9ac6 authored by Vitali Lovich's avatar Vitali Lovich
Browse files

Add remainder of bucket-level ops that aren't implemented

parent d6f90fcd
No related tags found
No related merge requests found
...@@ -54,6 +54,10 @@ Below is a list of unimplemented bucket-level operations. ...@@ -54,6 +54,10 @@ Below is a list of unimplemented bucket-level operations.
| API Name | Feature | | API Name | Feature |
| ------------------------------------------------------------------------------------------------ | --------------------------------- | | ------------------------------------------------------------------------------------------------ | --------------------------------- |
| ❌ [GetBucketAccelerateConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAccelerateConfiguration.html) | ❌ Bucket Owner: <br> ❌ x-amz-expected-bucket-owner |
| ❌ [PutBucketAccelerateConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAccelerateConfiguration.html) | ❌ Bucket Owner: <br> ❌ x-amz-expected-bucket-owner <br> ❌ x-amz-sdk-checksum-algorithm |
| ❌ [GetBucketAcl](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAcl.html) | ❌ Bucket Owner: <br> ❌ x-amz-expected-bucket-owner |
| ❌ [PutBucketAcl](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html) | ❌ Bucket Owner: <br> ❌ x-amz-expected-bucket-owner <br> ❌ x-amz-sdk-checksum-algorithm |
{{</table-wrap>}} {{</table-wrap>}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment