File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
'use_path_style ' => $ use_path == true && strtolower ($ use_path ) !== 'false ' ,
21
21
// required for older protocol versions
22
22
'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 ' ) ?: ''
30
30
)
31
31
)
32
32
);
You can’t perform that action at this time.
0 commit comments