putFile abstract method

Future<String> putFile(
  1. String targetPath,
  2. String localPath
)

Stores a file from the localPath at the specified targetPath.

This is more memory-efficient than put for large files.

Implementation

Future<String> putFile(String targetPath, String localPath);