Giter Club home page Giter Club logo

Comments (8)

cthomaschase avatar cthomaschase commented on July 21, 2024

Hi @mattt, for some reason I'm still having an issue with the signatures. Was this issue resolved with the latest version of AFNetworking? Seems there were a few auth changes merged that were attempting a fix. Thanks!

from afamazons3manager.

cthomaschase avatar cthomaschase commented on July 21, 2024

Sorry, did not mean to close the issue, still occuring.

from afamazons3manager.

evanwdavis avatar evanwdavis commented on July 21, 2024

I'm experiencing it as well. Using the same credentials the GET status call is working for a given bucket/region, but then postObjectWithFile: yields SignatureDoesNotMatch.

from afamazons3manager.

colinhumber avatar colinhumber commented on July 21, 2024

I was having the same issue with the PUT command. Check out the -putObjectWithFile:... https://github.com/dpassage/AFAmazonS3Client/blob/master/AFAmazonS3Client/AFAmazonS3Client.m method here. Main difference is setting the data to upload directly to the HTTP body instead of using the multipart form data. Still figuring this out, but setting the HTTP body directly worked.

from afamazons3manager.

evanwdavis avatar evanwdavis commented on July 21, 2024

Got it to work with multipart! A little rough around the edges but this works for me. Basically I did trial and error with an HTTP Proxy (Charles) to match what was showing up on this: http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html

and then my code: https://gist.github.com/evanwdavis/6700962

from afamazons3manager.

cthomaschase avatar cthomaschase commented on July 21, 2024

Thanks guys. Going to check out v2.0 of AFNetworking and then get back to this.

from afamazons3manager.

bdittmer avatar bdittmer commented on July 21, 2024

I've tracked down the issue. The Content-Type header is null when calculating the authorization header. (https://github.com/AFNetworking/AFAmazonS3Client/blob/master/AFAmazonS3Client/AFAmazonS3Client.m#L410)

Content-Type is null because the AFStreamingMultipartFormData class is responsible for setting that header and it's instantiated after the request has been signed with the authorization header. Relevant lines in AFNetworking 1.3.3:

https://github.com/AFNetworking/AFNetworking/blob/9fd6fea0664627a45927475be2dedd3aaf7ddfb3/AFNetworking/AFHTTPClient.m#L521

https://github.com/AFNetworking/AFNetworking/blob/9fd6fea0664627a45927475be2dedd3aaf7ddfb3/AFNetworking/AFHTTPClient.m#L544

https://github.com/AFNetworking/AFNetworking/blob/9fd6fea0664627a45927475be2dedd3aaf7ddfb3/AFNetworking/AFHTTPClient.m#L984-L997

Pull request to fix this in AFAmazonS3Client on its way.

from afamazons3manager.

mattt avatar mattt commented on July 21, 2024

Fixed by #28. Thanks again, @bdittmer.

from afamazons3manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.