This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Can you use version 3 for league/flysystem-aws-s3-v3? #10
Comments
Hello, Thanks for reporting this. I will look into it this week and update the package for you. |
Hi @hcaz Thanks for the nice package. |
@christogonus and @luudv It looks like Laravel now supports s3 compatible backends natively so there is no need to use this package. Putting this in your 'wasabi' => [
'driver' => 's3',
'key' => env('WASABI_ACCESS_KEY_ID'),
'secret' => env('WASABI_SECRET_ACCESS_KEY'),
'region' => env('WASABI_DEFAULT_REGION', 'eu-central-1'),
'bucket' => env('WASABI_BUCKET'),
'endpoint' => env('WASABI_ENDPOINT', 'https://s3.eu-central-1.wasabisys.com/'),
], |
Awesome. Thanks. |
If you can let me know if that does indeed work for you I will update the readme of this plugin to inform others |
@hcaz Yes please, it worked like charm haha. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
![2022-04-17_8-42-32 AM](https://user-images.githubusercontent.com/2778871/163696685-10189821-37ba-4a12-85b2-73fb3c9720f8.png)
I am using laravel 9 on php8, I need to install your plugin but i get this issueThe text was updated successfully, but these errors were encountered: