Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Aliyun OSS support #245

Open
jhagege opened this issue May 24, 2020 · 4 comments
Open

Aliyun OSS support #245

jhagege opened this issue May 24, 2020 · 4 comments

Comments

@jhagege
Copy link

jhagege commented May 24, 2020

Hi, does this project support Aliyun OSS as a storage backend ?
Thanks.

@stevearc
Copy link
Owner

At this time it does not

@leorochael
Copy link

Maybe label this issue as wishlist or feature-request...

@Xuanwo
Copy link

Xuanwo commented May 31, 2023

Hi, I am the maintainer of opendal: An Apache project that empowers user to access data freely.

I would like to implement this feature using OpenDAL's Python binding with it's native OSS support.

Do you like this idea?

@stevearc
Copy link
Owner

stevearc commented Jun 3, 2023

With the caveat that Pypicloud is now in maintenance mode, I would consider a PR that adds support for OpenDAL provided it doesn't have to make changes to the existing logic. It should be possible to do it as a pure addition to the codebase. Note that because of how the modular backend system works, you can even develop this as a standalone package; it doesn't have to be included in the core pypicloud package in order to be used by it. When you set the value for the storage backend in settings, all we do is import the dotted path and use that class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants