-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🗄️ Extend Appwrite Storage with Alibaba Cloud Adapter #6408
Comments
Hi, Can you please assign me this task. I would like to work on this. |
Hi @nidhi-singh02 have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes: Please update us with your progress every 3 days, so that we know that you are working on it. |
I would like to work on this. Can you assign it to me? |
I would like to work on the issue if someone is not working |
I am already working on it, reading the documentation :) Kindly look for issues that are unassigned. |
Hi @nidhi-singh02 it has been more than 3 days without any updates? The issue will be assigned to the next person if there is no response from your end |
Hi, I am working on it, will raise a PR soon.
…On Wed, 11 Oct 2023 at 3:46 PM, haimantika mitra ***@***.***> wrote:
I am already working on it, reading the documentation :)
Kindly look for issues that are unassigned.
Hi @nidhi-singh02 <https://github.com/nidhi-singh02> it has been more
than 3 days without any updates? The issue will be assigned to the next
person if there is no response from your end
—
Reply to this email directly, view it on GitHub
<#6408 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJDHUCEZR2JXJ5N6UDBLUMDX6ZWZFANCNFSM6AAAAAA5OF3H4A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Cool, for any doubts, feel free to ask us on Discord :) |
Closing this issue. Thank you so much for participating in Hacktoberfest 2023! We can't wait to welcome you all during HF 2024! Stay tuned for a lot more amazing issues from the Appwrite team! |
💭 Introduction
Appwrite Storage lets you upload images, videos, or any kind of file and store it for later. This comes with support for encryption, compression, chunk upload, resumable upload, and much more! 💪 To learn more, check out our official Appwrite Storage docs.
Every file uploaded to Appwrite Storage needs to be stored somewhere, whether that is your server’s hard drive or cloud provider. To make this possible, Appwrite uses storage adapters that each implement simple methods such as
read()
,move()
,delete()
...Your task is to implement support for Alibaba Cloud in Appwrite and the Utopia PHP storage library. We have prepared detailed documentation on how to create Utopia PHP storage adapter, and how to use Utopia PHP adapter in Appwrite. Please read these documents and ensure you understand it before working on this issue.
🎯 Requirements
✅ Task Summary
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: