I need to get notified when the upload is complete. Can someone help me?
Right now I'm using this code to uploadawait s3Client.UploadObjectFromFilePathAsync(bucketName, uploadFileName, filePathName, null);
await s3Client.UploadObjectFromFilePathAsync(bucketName, uploadFileName, filePathName, null);