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