Is it possible to upload to an Amazon S3 bucket using an already prepared presigned-url through the command line. If so, how do I do this?
Running aws s3 cp <local_file> <presigned_url>
doesn't work. I can't find any documentation related to presigned urls on the internet, so I would imagine that this isn't possible, but I'm still hopeful.