Commit 5b027a11 by robot

初始文件准备

1 parent 109b6120
Showing with 17 additions and 0 deletions
#!/bin/bash
# 定义变量
# export COS_TMP_SECRET_ID=''
# export COS_TMP_SECRET_KEY=''
# export COS_TMP_SESSION_TOKEN=''
TMP_SECRET_ID=${COS_TMP_SECRET_ID}
TMP_SECRET_KEY=${COS_TMP_SECRET_KEY}
TMP_SESSION_TOKEN=${COS_TMP_SESSION_TOKEN}
BUCKET_NAME='log-collection-1310972338'
ENDPOINT='cos.ap-beijing.myqcloud.com'
# 检测变量值
echo "debug vars"
echo 变量TMP_SECRET_ID 的值:${TMP_SECRET_ID}
echo 变量TMP_SECRET_KEY 的值:${TMP_SECRET_KEY}
echo 变量TMP_SESSION_TOKEN 的值:${TMP_SESSION_TOKEN}
The file could not be displayed because it is too large.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!