Closed nexuschurch closed 9 years ago
When you try to move a library to the S3 storage provider or when you delete a object that is residing in S3 you get an error:
Method not found: 'System.IAsyncResult Amazon.S3.IAmazonS3.BeginDeleteObject(Amazon.S3.Model.DeleteObjectRequest, System.AsyncCallback, System.Object)'.
Try using this in the Delete method of the provider:
transferUtility.S3Client.DeleteObject(request);
Fixed for Sitefinity 8.2
When you try to move a library to the S3 storage provider or when you delete a object that is residing in S3 you get an error:
Method not found: 'System.IAsyncResult Amazon.S3.IAmazonS3.BeginDeleteObject(Amazon.S3.Model.DeleteObjectRequest, System.AsyncCallback, System.Object)'.