Created
October 22, 2021 13:04
-
-
Save gipsh/7eef87a52f6f99447e5b4c21b616bac6 to your computer and use it in GitHub Desktop.
curl upload s3 bucket pre-signed url with metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v -X PUT -H "x-amz-meta-uploader:blabla" -T {file.png} -L "{pre-signed-url}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment