You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got all the dependancies installed with composer but I still cannot figure out how to configure my roots to get access to my S3 bucket. I am new to php so I don't fully understand how to implement it.
Here is what I have so far:
array(
'driver' => 'Flysystem',
's3' => array(
"key" => "xxxxxxxx",
"secret" => "xxxxxxxx",
"region" => "eu-west-1"
),
'URL' => 'https://s3-eu-west-1.amazonaws.com/bucketname',
'path' => '/', // path relative to bucket
'bucket' => 'bucketname',
'acl' => 'public-read' // depends on your case
),
Please can someone point me in the right direction.
The text was updated successfully, but these errors were encountered:
Thanks @og6k
I don't have experience of Laravel but I will give it a try. I have been trying to piece this together for two days using the straight php version and haven't had much luck thus far.
I have got all the dependancies installed with composer but I still cannot figure out how to configure my roots to get access to my S3 bucket. I am new to php so I don't fully understand how to implement it.
Here is what I have so far:
Please can someone point me in the right direction.
The text was updated successfully, but these errors were encountered: