Sets the full path and name to a file to be uploaded.
If this is set the request will upload the specified file to S3.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public PutObjectRequest WithFilePath( string filePath )

- filePath (String)
- Full path and name of a file

the request with the FilePath set