Skip to content

Commit 67625df

Browse files
committed
⬇️(backend) downgrade django-storages[s3] to 1.14.2
Downgrade django-storages[s3] from 1.14.4 to 1.14.2. It seems to have an issue with our setup. "default_storage.exists(file_key)" is returning False when we save a document even if the file exists in the S3 bucket.
1 parent 4ed9642 commit 67625df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"django-parler==2.3",
3535
"redis==5.0.8",
3636
"django-redis==5.4.0",
37-
"django-storages[s3]==1.14.4",
37+
"django-storages[s3]==1.14.2",
3838
"django-timezone-field>=5.1",
3939
"django==5.0.8",
4040
"djangorestframework==3.15.2",

0 commit comments

Comments
 (0)