AFNetworking / AFAmazonS3Manager

AFNetworking Client for the Amazon S3 API
MIT License
362 stars 148 forks source link

Methods should return the AFHTTPRequestOperation objects they create #72

Closed abbeycode closed 9 years ago

abbeycode commented 9 years ago

All of the methods that enqueue operations return void, but they should return the AFHTTPRequestOperation objects they create, so that the caller can more easily cancel the operation.

I will add this myself soon, and submit a pull request.

mattt commented 9 years ago

Fixed by #73. Thanks again, @abbeycode!