Skip to content

Commit

Permalink
Update 2024-9-12-「图床」上传脚本,基于 cloudflare R2 对象存储.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoZap authored Oct 14, 2024
1 parent 320561f commit ae8eb5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from botocore.exceptions import ClientError
import argparse

# Cloudflare R2 配置
account_id = "" 这里填入账户 id
account_id = "" # 这里填入账户 id
access_key_id = "" # 这里填写 S3 客户端的‘访问密钥’
secret_access_key = "" #这里填写 S3 客户端的‘机密访问密钥’
bucket_name = "" # 这里填入你要上传文件到哪个 R2 存储桶的名称
Expand Down

0 comments on commit ae8eb5a

Please sign in to comment.