Back to Nocobase

Storage Engine: Aliyun OSS

docs/docs/en/file-manager/storage/aliyun-oss.md

2.1.201.5 KB
Original Source

Storage Engine: Aliyun OSS

A storage engine based on Aliyun OSS. Before use, you need to prepare the relevant account and permissions.

:::warning Note

This engine does not support private access. After a file is uploaded, NocoBase generates a directly accessible URL, and anyone who has that URL can access the file.

Even if the OSS bucket itself is private, the built-in Aliyun OSS engine does not generate temporary signed URLs for file access. If you need private access, use S3 Pro. If historical files already exist, see Migrate to S3 Pro.

:::

Configuration Parameters

:::info{title=Note} This section only introduces the specific parameters for the Aliyun OSS storage engine. For general parameters, please refer to General Engine Parameters. :::

Region

Enter the region of the OSS storage, for example: oss-cn-hangzhou.

:::info{title=Note} You can view the region information of your bucket in the Aliyun OSS Console, and you only need to use the region prefix (not the full domain name). :::

AccessKey ID

Enter the ID of your Aliyun access key.

AccessKey Secret

Enter the Secret of your Aliyun access key.

Bucket

Enter the name of the OSS bucket.

Timeout

Enter the timeout for uploading to Aliyun OSS, in milliseconds. The default is 60000 milliseconds (i.e., 60 seconds).