private bool IsInstructionFile(string key)
 {
     return(this._skipEncryptionInstructionFiles && AmazonS3Util.IsInstructionFile(key));
 }