示例#1
0
 public void CopyToBucketTest()
 {
     // Personal
     Assert.IsTrue(S3Library.CopyToBucket("", "", RegionEndpoint.APSoutheast2, "", "name", "value"));
     // Sandbox
     Assert.IsTrue(S3Library.CopyToBucket("", "", RegionEndpoint.APSoutheast2, "", "name", "value"));
 }