Forum Discussion

subra7978's avatar
subra7978
Occasional Contributor
8 years ago

using AWS presigned URL in HTTP requests

I get a presigned URL for AWS "putObject" from the server, which I use to upload files to S3. How can I use the URL I get from the sever in a HTTP request test case to automate uploading the file. I ...