Copy within this scope, metadata included.
Future<void> copy(String sourcePath, String destPath) { validateKey(sourcePath); validateKey(destPath); return _backend.copy(key(sourcePath), key(destPath)); }