AWS SDK for .NET Documentation
SuccessActionStatus Property
AmazonAmazon.S3.UtilS3PostUploadRequestSuccessActionStatus Did this page help you?   Yes   No    Tell us about it...
The status code returned to the client upon successful upload if success_action_redirect is not specified
Declaration Syntax
C#
public HttpStatusCode SuccessActionStatus { get; set; }
Remarks

Accepts 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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)