2 Answers
- Newest
- Most votes
- Most comments
0
I have found the solution for the above issue,It was because of the another parameter x-amz-security-token that was not considered because of the response schema defined.
answered 9 months ago
0
The eror says an EOF (End of File) during an SSL handshake, might be related to the SSL/TLS communication when generating a pre-signed URL for S3 upload. Please check that you are using the correct S3 bucket name and AWS region when generating the pre-signed URL. Also check that the region and bucket specified in the code match the actual S3 bucket and region.
answered 9 months ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
the bucket name is correct and i am not specifing the region name, is it required to specify the region name?