pre-signed-url

python AWS boto3 create presigned url for file upload

python AWS boto3 create presigned url for file upload Question: I’m writing a django backend for an application in which the client will upload a video file to s3. I want to use presigned urls, so the django server will sign a url and pass it back to the client, who will then upload their …

Total answers: 3