If you're having problems then try this:
If you have space in the folder name or the file name for example "videos and songs" , the CLI command will be something like this:
aws s3 presign s3://examplebucket/videos\ and \ songs
You have to escape the space with a backslash
---------
Upload a file using presigned URL (video coming soon!):
https://github.com/ravsau/aws-labs/bl...
Documentation I referred to on the video:
https://docs.aws.amazon.com/cli/lates...
Link to my AWS Command Line Interface Course on Udemy:
https://www.udemy.com/aws-cli-course/...
(Tutorial) Upload to s3 using pre-signed URL's: https://www.youtube.com/edit?o=U&vide...
Visit my blog: http://mahadevops.com for more AWS content.