FastAPI-based proxy service for AWS S3 upload and download operations.
- File upload to S3 buckets
- File download from S3 buckets
-
Upload file: /upload/?bucket_name=my-bucket&object_name=path/to/file.txt
-
Download file: "/download/?bucket_name=my-bucket&object_name=path/to/file.txt"