火山引擎 TOS
先决条件
基本设置
bin/alluxio mount add --path /tos/ --ufs-uri tos://<TOS_BUCKET>/<TOS_DIRECTORY> \
--option fs.tos.accessKeyId=<TOS_ACCESS_KEY> --option fs.tos.accessKeySecret=<TOS_ACCESS_KEY_SECRET> \
--option fs.tos.endpoint=<TOS_ENDPOINT> --option fs.tos.region=<TOS_REGION>进阶设置
TOS 分片上传
高并发调优
Last updated