moto/tests/test_s3
benediktbrandt eb6515cf50
Reduce default value for DEFAULT_KEY_BUFFER_SIZE (#4003)
* - introduce environment variable for DEFAULT_KEY_BUFFER_SIZE

* - prefix env variable with MOTO_S3 to avoid env variable conflicts

* - reduce the DEFAULT_KEY_BUFFER_SIZE to be less than the S3_UPLOAD_PART_MIN_SIZE to prevent in memory caching of multi part uploads

* - black formatting

* - fix formatting

* - fix missing import
2021-07-07 16:38:50 +01:00
..
__init__.py implement s3 object tagging 2017-07-15 22:36:12 -04:00
red.jpg S3 - Add more detail to error responses 2020-10-28 14:22:18 +00:00
test_s3_classdecorator.py Fix Mock 4.0.3 compatibility - Unpatch only once during teardown (#3541) 2021-02-15 08:42:16 +00:00
test_s3_cloudformation.py Linting 2020-11-11 15:55:37 +00:00
test_s3_lifecycle.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_s3_multipart.py #3593 - S3 - Return appropriate error when provided with invalid multipart ID (#4040) 2021-06-28 15:57:07 +01:00
test_s3_storageclass.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_s3_utils.py Check S3_IGNORE_SUBDOMAIN_BUCKETNAME environment variable (#3796) 2021-03-26 16:51:19 +00:00
test_s3.py Reduce default value for DEFAULT_KEY_BUFFER_SIZE (#4003) 2021-07-07 16:38:50 +01:00
test_server.py Check S3_IGNORE_SUBDOMAIN_BUCKETNAME environment variable (#3796) 2021-03-26 16:51:19 +00:00