matthewbdaly/laravel-azure-storage

Does this supports uploading files in chunks directly to Azure Container?

sammyaxe opened this issue · 1 comments

I'm wondering if this package support uploading files as blobs directly to azure?

This package is just a thin wrapper on top of the Flysystem Azure integration to integrate it with Laravel's file storage API, together with a service provider.

As such, I haven't a clue whether you can do that or not. It's entirely dependent on whether the Flysystem Azure integration does.