-
-
Notifications
You must be signed in to change notification settings - Fork 73
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.
You can use the AlibabaStorage factory class to connect to Alibaba Object Storage Service servers.
IStore store = AlibabaStorage.FromCredentials(
endpoint,bucketName,accessKeyId,accessKeySecret);Use our simple polycloud API to perform file and object manipulation operations.
Not yet supported. Create a ticket if you need this.
Call the IStore.GetClient() method to return the native SDK client and perform any native operations.
- AWS S3 Storage
- Azure Blob Storage
- Azure File Storage
- Azure Data Lake
- Azure Key Vault
- GCP Storage
- Cloudflare R2 Storage
- MinIO Storage
- DigitalOcean Spaces
- Wasabi Storage
- Backblaze B2 Storage
- Hetzner Storage
- Vultr Storage
- MongoDB GridFS Storage
- Alibaba OSS Storage
- FTP Storage
- SFTP Storage
- Git Repository Storage