revome gameid from localtion
This commit is contained in:
parent
d122167af0
commit
e591576760
@ -15,8 +15,8 @@ logging.basicConfig(level=logging.INFO, stream=sys.stdout)
|
||||
|
||||
class Cos_sdk(Resource):
|
||||
def __init__(self):
|
||||
secret_id = os.environ.get('QCLOUD_SecretId')
|
||||
secret_key = os.environ.get('QCLOUD_SecretKey')
|
||||
secret_id = os.environ.get('cos_id')
|
||||
secret_key = os.environ.get('cos_key')
|
||||
region = 'ap-beijing' # 替换为用户的 Region
|
||||
token = None # 使用临时密钥需要传入 Token,默认为空,可不填
|
||||
scheme = 'https' # 指定使用 http/https 协议来访问 COS,默认为 https,可不填
|
||||
|
Loading…
x
Reference in New Issue
Block a user