nspcc-dev / neofs-dev-env

NeoFS local Development and Testing environment
https://fs.neo.org
GNU General Public License v3.0
9 stars 25 forks source link

Change MaxObjectSize #279

Closed vvarg229 closed 1 year ago

vvarg229 commented 1 year ago

Amazon S3 multipart min upload limits is 5 MiB: https://docs.aws.amazon.com/AmazonS3/l atest/userguide/qfacts.html In tests, we test aws and create a lot of tets objects. This "magic" constant was chosen as a compromise for the speed of tests and for the possibility to cover aws multipart functionality.

This commit was in a temporary branch (feat/make-health-check-not-depend-on-shell), we lost it during the merge to the master branch.