Example #1
0
 public Filter(S3Key key)
 {
     this.S3Key = key;
 }
Example #2
0
 public Filter()
 {
     this.S3Key = new S3Key();
 }