AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public event WriteObjectProgressEventEventHandler WriteObjectProgressEvent
private void displayProgress(object sender, WriteObjectProgressArgs args)
{
Console.WriteLine(args);
}
2. Add this method to the Put Object Progress Event delegate's invocation list
GetObjectResponse response = s3Client.GetObject(request);
response.WriteObjectProgressEvent += displayProgress;
.NET Framework:
Supported in: 4.5, 4.0, 3.5