If there someone who worked with Amazon S3 API in C? I can’t manage to sign my REST request proper. Can someone share his successful experience in that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never tried it, but a quick Google turned up the libs3 C library API for Amazon S3. That might make things easier, so you don’t have to deal with raw HTTP requests via
curl.