コード例 #1
0
ファイル: S3Backend.cs プロジェクト: zed9h/duplicati
 public void CreateFolder()
 {
     //S3 does not complain if the bucket already exists
     Connection.AddBucket(m_bucket);
 }