Created
January 31, 2025 12:46
-
-
Save luismendes070/132bf5e1159d34212deadbc802b57216 to your computer and use it in GitHub Desktop.
ChatGPT patch-s3-aws-free-tier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install @aws-sdk/client-s3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No AWS Free Tier, as solicitações PATCH não estão explicitamente listadas nas métricas gratuitas do S3, porque o S3 não suporta PATCH diretamente.
No S3, para modificar um objeto, você geralmente precisa:
Se você estiver lidando com APIs e precisar de PATCH, talvez esteja pensando em algo como o Amazon API Gateway + Lambda + S3, onde o API Gateway pode processar solicitações PATCH antes de atualizar um objeto no S3.
Se estiver testando algo específico, me conta mais detalhes para ver a melhor alternativa! 🚀