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
While looking for a driver to use B2 Cloud Storage in Laravel, I came across the fact that B2 has S3 Compatible API and works with AWS\S3\S3Client (used under the hood in Flysystem / Laravel).
So I tried to use the Laravel s3 filesystem driver to communicate with the B2 and it seems to work pretty well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While looking for a driver to use B2 Cloud Storage in Laravel, I came across the fact that B2 has S3 Compatible API and works with
AWS\S3\S3Client
(used under the hood in Flysystem / Laravel).So I tried to use the Laravel
s3
filesystem driver to communicate with the B2 and it seems to work pretty well.Does anyone have experience using B2 via S3?
Implementation here neupauer/laravel@5f9c7f0
Beta Was this translation helpful? Give feedback.
All reactions