You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
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