# Timeout for uploading part when using multipart upload.
alluxio.underfs.object.store.multipart.upload.timeout
# Thread pool size for COS multipart upload.
alluxio.underfs.cos.multipart.upload.threads
# Multipart upload partition size for COS. The default partition size is 16MB.
alluxio.underfs.cos.multipart.upload.part.size
# the max number of retry in one UnderFS accessing request.
alluxio.underfs.business.retry.max.num=10
# the sleep time between the two retries after the initial failure
alluxio.underfs.business.retry.base.sleep=30ms
# the max sleep time between two retries
alluxio.underfs.business.retry.max.sleep=30s