download icon indicating copy to clipboard operation
download copied to clipboard

Add a flag to follow_redirect for downloading certain AWS S3 files

Open vinaya-procore opened this issue 6 years ago • 0 comments

Would it be possible to add a flag to follow_redirect for downloading certain AWS S3 files.

curl s3-url does a 302 on quite a few AWS URLs, so at this time, I have to make an HTTP request and then use the location value in the response header as the actual download URL with Download

vinaya-procore avatar Jul 30 '19 18:07 vinaya-procore