moto/moto/ebs
Demetrios Tsillas c6b3e5a370
EBS: Some fixes to snapshot uploading (#6520)
* Two fixes to support Citrix AWS hypervisor plugin: ebs responses for putting a block and completing a snapshot should be 201 and 202 respectively rather than 200; If the body cannot be utf-8 decoded, try base64.Z

* Update responses.py

* Update responses.py

* Update responses.py

* Add EBS snapshot unit test

* EBS: put_snapshot_block() should support raw bytes

---------

Co-authored-by: Demetrios Tsillas <Demetrios.Tsillas@citrix.com>
Co-authored-by: Bert Blommers <info@bertblommers.nl>
2023-09-15 07:42:40 +00:00
..
__init__.py Feature: EBS (#5106) 2022-05-07 21:11:32 +00:00
models.py Techdebt: MyPy EC2 (d-e-models) (#5898) 2023-02-03 12:06:38 -01:00
responses.py EBS: Some fixes to snapshot uploading (#6520) 2023-09-15 07:42:40 +00:00
urls.py Fix usage of a single object instances for multiple concurrent requests (#6746) 2023-08-31 16:32:02 +00:00