mirror of
https://github.com/Radiquum/photos.git
synced 2025-06-09 14:21:10 +05:00
remove old lines
This commit is contained in:
parent
f151acf4ad
commit
200b03ba92
2 changed files with 0 additions and 14 deletions
|
@ -318,9 +318,6 @@ def ApiDelete(file):
|
|||
|
||||
db.collection(os.getenv("PREFIX")).document(file).delete()
|
||||
s3.delete_object(Bucket=os.getenv("AWS_BUCKET"), Key=f"{file_name}/{file}")
|
||||
s3.delete_object(
|
||||
Bucket=os.getenv("AWS_BUCKET"), Key=f"{file_name}/{file_name}-512.{file_ext}"
|
||||
)
|
||||
s3.delete_object(
|
||||
Bucket=os.getenv("AWS_BUCKET"),
|
||||
Key=f"{file_name}/{file_name}-{SIZES[0][0]}.{file_ext}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue