ttcool

Results 2 comments of ttcool
trafficstars

from obs import ObsClient from obs import LogConf obsClient = ObsClient( access_key_id=obs_access_key_id, secret_access_key=obs_secret_access_key, server=obs_server ) obsClient.initLog(LogConf('./log.conf'), 'obs_logger'); def upload_obs_file(bucket_name,filename,uploadFile): taskNum = 5 partSize = 10 * 1024 * 1024 enableCheckpoint...