Skip to content

Instantly share code, notes, and snippets.

@gipsh
Created October 22, 2021 13:04
Show Gist options
  • Save gipsh/7eef87a52f6f99447e5b4c21b616bac6 to your computer and use it in GitHub Desktop.
Save gipsh/7eef87a52f6f99447e5b4c21b616bac6 to your computer and use it in GitHub Desktop.
curl upload s3 bucket pre-signed url with metadata
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