Parameter | Type | Description | Example |
---|---|---|---|
object | OSS mount target configurations. | ||
bucketName | string | The OSS bucket that you want to mount. | my-bucket |
bucketPath | string | The path of the mounted OSS bucket. | /my-dir |
endpoint | string | The OSS endpoint. | http://oss-cn-shanghai.aliyuncs.com |
mountDir | string | The mount directory. | /mnt/dir |
readOnly | boolean | Specifies whether it is read-only. | true |