Skip to content
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

Closed
mappu opened this issue Mar 13, 2017 · 4 comments
Closed

New remote: Aliyun OSS #1237

mappu opened this issue Mar 13, 2017 · 4 comments
Milestone

Comments

@mappu
Copy link

mappu commented Mar 13, 2017

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/

@ncw ncw added this to the Unplanned / Help Wanted milestone Mar 15, 2017
@ncw
Copy link
Member

ncw commented Mar 15, 2017

Any help much appreciated :-)

@benjamin-bergia
Copy link

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.

@ncw
Copy link
Member

ncw commented Jan 10, 2019

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)

@ncw ncw modified the milestones: Help Wanted, v1.46 Jan 10, 2019
ncw added a commit that referenced this issue Jan 12, 2019
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.

Fixes #1641
Fixes #1237
@ncw ncw closed this as completed in ff0b8e1 Jan 12, 2019
@ncw
Copy link
Member

ncw commented Jan 12, 2019

I've been round in circles with this backend, but eventually I remembered that Aliyun /Alibaba OSS works perfectly if you set the force_path_style = false config (See #2401). All the integration tests work fine.

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 Alibaba.

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

gcornut pushed a commit to gcornut/rclone that referenced this issue Mar 15, 2019
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
gcornut pushed a commit to gcornut/rclone that referenced this issue Mar 15, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants