moto/moto/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 Lints. 2017-02-23 21:37:43 -05:00
cloud_formation.py S3 cloudformation update (#3199) 2020-08-01 22:43:03 +01:00
config.py different aggregation strategy 2020-09-21 17:42:44 -06:00
exceptions.py #4018 - Raise NoSuchUpload when listing a non-existing multipart upload (#4031) 2021-06-24 08:14:28 +01:00
models.py Reduce default value for DEFAULT_KEY_BUFFER_SIZE (#4003) 2021-07-07 16:38:50 +01:00
responses.py #3113 - S3#list_object_versions - verify prefix argument (#4041) 2021-06-28 16:22:08 +01:00
urls.py Allow S3 keys to start with leading slashes. 2020-04-25 17:49:50 +02:00
utils.py Add dot as a valid s3 metadata key (#3958) 2021-05-26 14:27:25 +01:00