コード例 #1
0
ファイル: Filter.cs プロジェクト: BigUstad/trial-minio-dotnet
 public Filter(S3Key key)
 {
     this.S3Key = key;
 }
コード例 #2
0
ファイル: Filter.cs プロジェクト: BigUstad/trial-minio-dotnet
 public Filter()
 {
     this.S3Key = new S3Key();
 }