
Icon | Member | Description |
---|---|---|
![]() | CopyTo(String, String) |
Copies the files from this directory to the target directory specified by the bucket and object key.
|
![]() | CopyTo(String, String, DateTime) |
Copies the files from this directory to the target directory specified by the bucket and object key. Only
files that have changed since the changeSince date will be copied.
|
![]() | CopyTo(S3DirectoryInfo) |
Copies the files from this directory to the target directory.
|
![]() | CopyTo(S3DirectoryInfo, DateTime) |
Copies the files from this directory to the target directory. Only
files that have changed since the changeSince date will be copied.
|