
Icon | Member | Description |
---|---|---|
![]() | CopyTo(String, String) |
Copies this file's content to the file indicated by the S3 bucket and object key.
If the file already exists in S3 than an ArgumentException is thrown.
|
![]() | CopyTo(String, String, Boolean) |
Copies this file's content to the file indicated by the S3 bucket and object key.
If the file already exists in S3 and overwrite is set to false than an ArgumentException is thrown.
|
![]() | CopyTo(S3DirectoryInfo) |
Copies this file to the target directory.
If the file already exists in S3 than an ArgumentException is thrown.
|
![]() | CopyTo(S3DirectoryInfo, Boolean) |
Copies this file to the target directory.
If the file already exists in S3 and overwrite is set to false than an ArgumentException is thrown.
|
![]() | CopyTo(S3FileInfo) |
Copies this file to the location indicated by the passed in S3FileInfo.
If the file already exists in S3 than an ArgumentException is thrown.
|
![]() | CopyTo(S3FileInfo, Boolean) |
Copies this file to the location indicated by the passed in S3FileInfo.
If the file already exists in S3 and overwrite is set to false than an ArgumentException is thrown.
|