|
|
|
|
@ -18,7 +18,7 @@ if (getenv('OBJECTSTORE_S3_BUCKET')) {
|
|
|
|
|
'autocreate' => (strtolower($autocreate) === 'false' || $autocreate == false) ? false : true,
|
|
|
|
|
'use_ssl' => (strtolower($use_ssl) === 'false' || $use_ssl == false) ? false : true,
|
|
|
|
|
// required for some non Amazon S3 implementations
|
|
|
|
|
'use_path_style' => $use_path == true && strtolower($use_path) !== 'false',
|
|
|
|
|
'use_path_style' => $use_path == true && strtolower($use_path) !== 'false',
|
|
|
|
|
// required for older protocol versions
|
|
|
|
|
'legacy_auth' => $use_legacyauth == true && strtolower($use_legacyauth) !== 'false'
|
|
|
|
|
)
|
|
|
|
|
|