-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
New remote: Aliyun OSS #1237
Comments
Any help much appreciated :-) |
I am currently based in China and Aliyun is the major public cloud provider in here. Unfortunately Aliyun is lacking tool support for their products. I will link the latest doc API here:
I can't help much from a coding point of view, but if you need more info or testing, just let me know. |
Here is the first beta. No docs yet! The backend is called "oss" if anyone wants to try: https://beta.rclone.org/branch/v1.45-094-g3d1958f4-oss-beta/ (uploaded in 15-30 mins) |
I've been round in circles with this backend, but eventually I remembered that Aliyun /Alibaba OSS works perfectly if you set the So what I've done is made config for OSS using the S3 backend and set the path style parameter automatically when the provider is set to Thanks for @luolibin for the oss backend which we aren't using :-( This will be in the latest beta in 15-30 mins and be released in v1.46 |
The existing s3 backend passed all integration tests with OSS provided `force_path_style = false`. This makes sure that is so and adds documentation and configuration for OSS. Thanks to @luolibin for their work on the OSS backend which we ended up not needing. Fixes rclone#1641 Fixes rclone#1237
The existing s3 backend passed all integration tests with OSS provided `force_path_style = false`. This makes sure that is so and adds documentation and configuration for OSS. Thanks to @luolibin for their work on the OSS backend which we ended up not needing. Fixes rclone#1641 Fixes rclone#1237
Hi,
It would be good to support Aliyun OSS ("Object Storage Service") as a supported cloud provider.
Because it has quite competitive pricing ($0.018 / GB for US-EAST) as well as diverse geographic locations (Japan, Singaport, HK, Dubai UAE). The pricing detail is here https://intl.aliyun.com/product/oss#pricing
You can see Docker Registry's integration here https://github.com/docker/distribution/tree/master/registry/storage/driver/oss which is using this golang library: https://github.com/denverdino/aliyungo/
The text was updated successfully, but these errors were encountered: