示例#1
0
 public void CreateFolder()
 {
     //S3 does not complain if the bucket already exists
     Connection.AddBucket(m_bucket);
 }