-
Notifications
You must be signed in to change notification settings - Fork 827
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
Abandoned Azure Storage Adapter #1802
Comments
Hi @pimjansen, great to see the community step in. I'm more in favour of adding a new adapter named, league/flysystem-azure-oss and deprecate the old one. Primary reason is to force people to make the conscious choice to adopt a new underlying vendor. Too many recent incidents in the wider OSS community of vendor switches failing, so I think it's a sound default to take. |
I'll make a copy tonight and make sure it is released in all the channels. |
Great! We did not tag the release yet but will as soon as possible. We still have todo some small stuff on the sdk and handle some of the docs. But glad you are open for change! Maybe also a good idea for a suggests? |
We still have some work left to be feature complete with the old version:
And bonus
I will give you a heads up if it's ready. |
@frankdejonge we have a working adapter here: https://github.com/Azure-OSS/flysystem-azure-storage-blob You want to link this one or want to include it in the flysystem organisation? Both is fine for us ofc but id we keep it where it is we have to renamed some stuff first. We will also include flysystem in the docs to push as much people to that direction (for simplicity) |
@frankdejonge had time to look at this? |
This looks really interesting. If I wanted to use the new storage adapter in a Symfony project, would it have to be added to |
Hey,
Since march 2024, Microsoft pulled support from their storage SDK (for PHP).
https://github.com/azure/azure-storage-php
The Flysystem Azure Adapter is still using the blob adapter which is no longer supported. Together with a small team we set up
azure-oss
instead to overcome this issue and created a new version for the blob api at: https://github.com/Azure-OSS/azure-storage-php.Today we tested the flysystem adapter with the new storage sdk with a 100% pass on all the tests (so we are ready to release).
I was wondering what you want, should we bump the storage adapter in the flysystem repo to match the new open sdk or should we create a new flysystem adapter?
The first one would be my initial suggestion but that depends on future and ideas etc. At this moment it is just matter of time and the adapter will no longer function.
The text was updated successfully, but these errors were encountered: