seratch/AWScala

support copyObject method

Closed this issue · 1 comments

It would be nice to support copyObject method: http://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectUsingJava.html

It's already available in Java SDK

Actually we already support it: s3.copyObject()

Sorry for that.