Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

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