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

Allow for copying objects

sebromero opened this issue · comments

S3 allows files to be copied from one location to another. AmazonS3RequestManager currently doesn't support that.
See: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html

Thanks for making a PR for this! I'll get this pulled in ASAP. These changes are going to be dependent upon the refactor being done to #23, so as soon as that is finished, this will be pulled in.