You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Um aplicativo web para gerenciamento de leitura pessoal. Permite criar contas, adicionar livros à sua biblioteca pessoal, acompanhar o progresso da leitura, definir metas de leitura e visualizar informações detalhadas sobre os livros.
The AWS S3 (Simple Storage Service) Bucket project demonstrates how to securely upload files to an AWS S3 bucket using pre-signed URLs generated by a Node.js backend (Express) and a React.js frontend. Pre-signed URLs allow users to upload files directly to S3 without exposing AWS credentials.
This project aims to create a web application that allows users to obtain pre-signed URLs for uploading and downloading files to and from an Amazon S3 bucket.