Skip to content

Having problems uploading feed to Amazon #3262

Answered by phpandrew
phpandrew asked this question in General
Discussion options

You must be logged in to vote

I resolved the issue:
The URL you get back, (e.g. https://tortuga-prod-na.s3-external-1.amazonaws.com/%2FNinetyDays/amzn1.tortuga.3.3641b3e8-76e7-465a-9516-884a1d3183f3.<removed>?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220201T180057Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Expires=300&X-Amz-Credential=<removed>%2F20220201%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=42ded9644992bba05f5310da541b1e4a90638f37fb2d05a77f6439ac83c453c0)

send a PUT request to this URL, no signing / Authorization headers needed.

I included the following headers when sending the request. Note, you will not get a reply, but a response code 200 if successful:

$headers = array();
$headers[] = "host: t…

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by phpandrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant