
Icon | Member | Description |
---|---|---|
![]() | MoveFromLocal(String) |
Moves the file from the local file system to S3 in this directory.
If the file already exists in S3 than an ArgumentException is thrown.
|
![]() | MoveFromLocal(String, Boolean) |
Moves the file from the local file system to S3 in this directory.
If the file already exists in S3 and overwrite is set to false than an ArgumentException is thrown.
|