1987 support transfer acceleration (#2018)
* chore(): remove executable flag on moto/s3/response.py * chore(): ignore .eggs temp file * feat(#1987): get bucket acceleration support * feat(#1987): put bucket acceleration support * feat(#1987): suspend undefined bucket is a no-op * feat(#1987): validate accelerate_configuration status * feat(#1987): bucket containing dots do not support acceleration * doc(#1987): update implementation coverage
This commit is contained in:
parent
1b91534165
commit
d952410965
5 changed files with 133 additions and 6 deletions
|
|
@ -3540,7 +3540,7 @@
|
|||
- [ ] delete_object
|
||||
- [ ] delete_object_tagging
|
||||
- [ ] delete_objects
|
||||
- [ ] get_bucket_accelerate_configuration
|
||||
- [X] get_bucket_accelerate_configuration
|
||||
- [X] get_bucket_acl
|
||||
- [ ] get_bucket_analytics_configuration
|
||||
- [ ] get_bucket_cors
|
||||
|
|
@ -3574,7 +3574,7 @@
|
|||
- [ ] list_objects
|
||||
- [ ] list_objects_v2
|
||||
- [ ] list_parts
|
||||
- [ ] put_bucket_accelerate_configuration
|
||||
- [X] put_bucket_accelerate_configuration
|
||||
- [ ] put_bucket_acl
|
||||
- [ ] put_bucket_analytics_configuration
|
||||
- [X] put_bucket_cors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue