This commit is contained in:
Philip Cheung 2024-10-08 01:00:28 +08:00
parent 990fc6c214
commit 8d8af1dade
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ async def save_picture(file, folder_name: str = "", file_name: str = None):
# img.thumbnail(output_size) # img.thumbnail(output_size)
img.save(picture_path) img.save(picture_path)
ConnectionUrl = f"https://{settings.AccountID}.r2.cloudflarestorage.com" ConnectionUrl = f"https://{settings.AccountID}.r2.cloudflarestorage.com/images"
S3Connect = boto3.client( S3Connect = boto3.client(
"s3", "s3",
endpoint_url=ConnectionUrl, endpoint_url=ConnectionUrl,