moto/moto/s3
Daniel Wallace 50a147592d
Make all CallbackResponse requests into a Werkzeug Request
The "request" object in CallbackResponse is the PreparedRequest send by
whatever client is used to contact the mocked moto service. This can end
up with unparsed bodies, as we added for processing presigned post
requests in #2155. This will make sure that all of the requests comming
in from mocked functions also get processed by werkzeug as if it was
running a live server.
2020-04-22 09:08:30 -05:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
config.py Implemented S3 Account-level public access block. 2020-02-17 15:41:27 -08:00
exceptions.py Raise errors on tagging buckets with aws:* 2020-03-30 17:27:06 -07:00
models.py Optimize content length for large files 2020-03-17 09:16:12 +00:00
responses.py Make all CallbackResponse requests into a Werkzeug Request 2020-04-22 09:08:30 -05:00
urls.py Implemented S3 Account-level public access block. 2020-02-17 15:41:27 -08:00
utils.py #2255 - CF - Implement FN::Transform and AWS::Include 2020-03-18 13:02:07 +00:00