dfdsf
This commit is contained in:
parent
990fc6c214
commit
8d8af1dade
|
@ -242,7 +242,7 @@ async def save_picture(file, folder_name: str = "", file_name: str = None):
|
|||
|
||||
# img.thumbnail(output_size)
|
||||
img.save(picture_path)
|
||||
ConnectionUrl = f"https://{settings.AccountID}.r2.cloudflarestorage.com"
|
||||
ConnectionUrl = f"https://{settings.AccountID}.r2.cloudflarestorage.com/images"
|
||||
S3Connect = boto3.client(
|
||||
"s3",
|
||||
endpoint_url=ConnectionUrl,
|
||||
|
|
Loading…
Reference in New Issue