Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Alibaba OSS Storage

Robin Rodricks edited this page Jul 17, 2026 · 4 revisions

In order to use Alibaba OSS storage you need to reference the FluentStorage.Alibaba package first. The provider wraps around the standard Aliyun SDK.

Connect to Alibaba OSS

You can use the AlibabaStorage factory class to connect to Alibaba Object Storage Service servers.

IStore store = AlibabaStorage.FromCredentials(
    endpoint,bucketName,accessKeyId,accessKeySecret);

Perform storage operations

Use our simple polycloud API to perform file and object manipulation operations.

Connect using Connection Strings

Not yet supported. Create a ticket if you need this.

Native operations

Call the IStore.GetClient() method to return the native SDK client and perform any native operations.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.