Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

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