COS
Prerequisites
Basic Setup
bin/alluxio mount add --path /cos/ --ufs-uri cos://<COS_BUCKET>/<COS_DATA> \
--option fs.cos.access.key=<COS_SECRET_ID> --option fs.cos.secret.key=<COS_SECRET_KEY> \
--option fs.cos.region=<COS_REGION> --option fs.cos.app.id=<COS_APP_ID>Advanced Setup
Enabling HTTPS
COS multipart upload
Last updated