I have to download a file from my S3 bucket
onto my server for some processing. The bucket does not support direct connections and has to use a Pre-Signed URL
.
The Boto3 Docs
talk about using a presigned URL to upload but do not mention the same for download.