Skip to content

Commit

Permalink
fix: televersement des fichiers en erreur (#899)
Browse files Browse the repository at this point in the history
## Description

🛑 téléversement de fichier impossible. Erreur 500.

🎸 Issue #897 : `botocore.exceptions.ClientError: An error occurred
(MissingContentLength) when calling the PutObject operation: None`
🛸 suite au passage à `boto3` et `botocore` 1.36
🦺 aurait dû être résolu en `1.36.5`
boto/boto3#4398 (comment)
🦺 mais toujours ko avec la `1.36.11`

## Type de changement

🪲 Correction de bug (changement non cassant qui corrige un problème).
🚧 technique

### Points d'attention

🦺 WORKAROUND en attendant une résolution pérenne : downgrade en
`1.35.99`

---------

Co-authored-by: François Freitag <[email protected]>
  • Loading branch information
vincentporte and francoisfreitag authored Feb 3, 2025
1 parent ec67205 commit d9951e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"python-dotenv>=1.0",
"psycopg>=3.2",
"django-machina>=1.2.0",
"boto3>=1.36",
"boto3<1.36",
"django-storages>=1.14",
"httpx>=0.28",
"django-compressor>=4.5",
Expand Down
20 changes: 10 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9951e1

Please sign in to comment.