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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public S3FileInfo MoveFromLocal( string path )
 Parameters
 Parameters- path (String)
- The local file system path where the files are to be moved.
 Return Value
 Return ValueS3FileInfo where the file is moved to.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| IOException | If the file already exists locally. | 
| ArgumentException | |
| WebException | |
| AmazonS3Exception |