File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 'use_path_style ' => $ use_path == true && strtolower ($ use_path ) !== 'false ' ,
2121 // required for older protocol versions
2222 'legacy_auth ' => $ use_legacyauth == true && strtolower ($ use_legacyauth ) !== 'false ' ,
23- 'concurrency ' => getenv ('OBJECTSTORE_S3_CONCURRENCY ' ) ?: 5 ,
24- 'proxy ' => getenv ('OBJECTSTORE_S3_PROXY ' ) ?: false ,
25- 'timeout ' => getenv ('OBJECTSTORE_S3_TIMEOUT ' ) ?: 15 ,
26- 'uploadPartSize ' => getenv ('OBJECTSTORE_S3_UPLOADPARTSIZE ' ) ?: 524288000 ,
27- 'putSizeLimit ' => getenv ('OBJECTSTORE_S3_PUTSIZELIMIT ' ) ?: 104857600 ,
28- 'version ' => getenv ('OBJECTSTORE_S3_VERSION ' ) ?: " latest " ,
29- 'verify_bucket_exists ' => getenv ('OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS ' ) ?: true
23+ 'concurrency ' => getenv ('OBJECTSTORE_S3_CONCURRENCY ' ) ?: '' ,
24+ 'proxy ' => getenv ('OBJECTSTORE_S3_PROXY ' ) ?: '' ,
25+ 'timeout ' => getenv ('OBJECTSTORE_S3_TIMEOUT ' ) ?: '' ,
26+ 'uploadPartSize ' => getenv ('OBJECTSTORE_S3_UPLOADPARTSIZE ' ) ?:'' ,
27+ 'putSizeLimit ' => getenv ('OBJECTSTORE_S3_PUTSIZELIMIT ' ) ?: '' ,
28+ 'version ' => getenv ('OBJECTSTORE_S3_VERSION ' ) ?: '' ,
29+ 'verify_bucket_exists ' => getenv ('OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS ' ) ?: ''
3030 )
3131 )
3232 );
You can’t perform that action at this time.
0 commit comments