您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
399 B

  1. # Copy this file to .cos.env on the controlled build server. .cos.env is ignored by Git.
  2. COS_SECRET_ID=change-me
  3. COS_SECRET_KEY=change-me
  4. COS_REGION=ap-chengdu
  5. COS_BUCKET=emp-example-bucket
  6. # Or leave the two credentials above empty and use an existing coscli config.
  7. # COS_CONFIG_PATH=/home/git/.config/coscli.yaml
  8. # Signed update URLs are valid for seven days by default.
  9. COS_SIGN_EXPIRE=604800