Commit e2f8f29b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increase concurrency for multipart/PutObject

parent 99fb8df5
......@@ -26,6 +26,7 @@ if [ ! -z "$SERVER" ] && [ ! -z "$DATABASE" ] && [ ! -z "$AUTH_SECRET_KEY" ] &&
echo "blockstore:" >> /run/lakefs/config.yaml
echo " type: s3" >> /run/lakefs/config.yaml
echo " s3:" >> /run/lakefs/config.yaml
echo " max_retries: 10" >> /run/lakefs/config.yaml
echo " force_path_style: true" >> /run/lakefs/config.yaml
if [ ! -z "$S3_URI" ]; then
echo " endpoint: $S3_URI" >> /run/lakefs/config.yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment