This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/storage
Joseph Schorr bfe2646a50 Make sure we don't generate chunk sizes larger than 5 GB.
Amazon S3 does not allow for chunk sizes larger than 5 GB; we currently don't handle that case at all, which is why large uploads are failing. This change ensures that if a storage engine specifies a *maximum* chunk size, we write multiple chunks no larger than that size.
2016-10-25 13:57:49 -04:00
..
__init__.py Add feature flag to force all direct download URLs to be proxied 2016-09-29 11:13:41 +02:00
basestorage.py Change validate method to work for all storages 2016-08-02 15:01:37 -04:00
cloud.py Make sure we don't generate chunk sizes larger than 5 GB. 2016-10-25 13:57:49 -04:00
distributedstorage.py Add feature flag to force all direct download URLs to be proxied 2016-09-29 11:13:41 +02:00
downloadproxy.py Add explicit config parameter to the JWT auth methods 2016-09-29 11:15:20 +02:00
fakestorage.py Add feature flag to force all direct download URLs to be proxied 2016-09-29 11:13:41 +02:00
local.py Add missing arg to validate call and add logging 2016-08-03 11:13:27 -04:00
swift.py Add retry and ignore around Swift deleting empty chunks 2016-10-13 12:53:59 -04:00