AnthonyMDev / AmazonS3RequestManager

A request manager that uses Alamofire to serialize requests to the AWS S3 (Amazon Simple Storage Solution). Based on AFAmazonS3Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor AmazonS3RequestSerializer into separate framework

AnthonyMDev opened this issue · comments

The AmazonS3RequestSerializer does not depend on Alamofire and is able to be used with other networking libraries or a vanilla NSURLSession.

This class and its dependencies should be refactored into another CocoaPod and this pod should depend on that one.