Problemunvalidated
Unable to parse request (not well-formed (invalid token): line 1, column 0), invalid XML received — using node.js to upload image to my s3 bucket on my local environment using localstack. Tension: This issue stems from using `Virtual-Hosted` style requests against LocalStack when using `localhost` as the endpoint. Outcome: the simplest would be to use `s3ForcePathStyle` for your client.
36548f4d-43ee-43c0-bcf2-80a4511a37c9
Unable to parse request (not well-formed (invalid token): line 1, column 0), invalid XML received — using node.js to upload image to my s3 bucket on my local environment using localstack. Tension: This issue stems from using Virtual-Hosted style requests against LocalStack when using localhost as the endpoint. Outcome: the simplest would be to use s3ForcePathStyle for your client.