Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. File dir = new File("destDir");
  2. MultipleFileDownload download = this.transferManager.downloadDirectory("myBucket", "myKey", dir);
  3. download.waitForCompletion();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement