예제 #1
0
 public void DeleteImageFromUrl(Hashtable State, string url)
 {
     AmazonS3 s3 = new AmazonS3();
     s3.DeleteImageFile(State, url);
 }