The status code returned to the client upon successful upload if success_action_redirect is not specified
            
 Declaration Syntax
 Declaration Syntax| C# | 
public HttpStatusCode SuccessActionStatus { get; set; }
 Remarks
 RemarksAccepts the values OK (200) , Created (201), or NoContent (204, default).
If the value is set to OK or NoContent, Amazon S3 returns an empty document with a 200 or 204 status code.
If the value is set to Created, Amazon S3 returns an XML document with a 201 status code.
If the value is not set or if it is set to an invalid value, Amazon S3 returns an empty document with a 204 status code.