Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with minio and Laravel 6 #2383

Closed
garbinmarcelo opened this issue Nov 23, 2019 · 1 comment
Closed

Help with minio and Laravel 6 #2383

garbinmarcelo opened this issue Nov 23, 2019 · 1 comment

Comments

@garbinmarcelo
Copy link
Contributor

garbinmarcelo commented Nov 23, 2019

I can not use the minio with laravel, is returning the following error (Error executing "ListObjects" on.... AWS HTTP error: cURL error 56):
image

I don't know what I may be doing wrong, could anyone help me?

P.S.: O.S.: Windows 10

@garbinmarcelo garbinmarcelo changed the title Help with minio and laravel localhost Help with minio and Laravel 6 Nov 23, 2019
@garbinmarcelo
Copy link
Contributor Author

I solved. I have added the configuration in filesystems.php looks like this:

'minio' => [
    'driver'                  => 's3',
    'key'                     => 'access',
    'secret'                  => 'secretkey',
    'region'                  => 'sa-east-1',
    'bucket'                  => env('AWS_S3_BUCKET'),
    'endpoint'                => env('MINIO_ENDPOINT', 'http://minio:9000'), // attention to this address
    'use_path_style_endpoint' => TRUE
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant