copyObject abstract method

Future copyObject(
  1. String src,
  2. String dest
)

Copy an object.

Copy object src to object dest.

The names of src and dest must be absolute.

Implementation

Future copyObject(String src, String dest);