Skip to content

Commit

Permalink
Merge pull request #176 from mziccard/fix-match-error-blob-delete
Browse files Browse the repository at this point in the history
Fix if-match error on blob delete
  • Loading branch information
aozarov committed Sep 24, 2015
2 parents 4a0862d + 929030d commit 1318e33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ private Storage.Objects.Delete deleteRequest(StorageObject blob, Map<Option, ?>
.setIfMetagenerationMatch(IF_METAGENERATION_MATCH.getLong(options))
.setIfMetagenerationNotMatch(IF_METAGENERATION_NOT_MATCH.getLong(options))
.setIfGenerationMatch(IF_GENERATION_MATCH.getLong(options))
.setIfGenerationMatch(100L)
.setIfGenerationNotMatch(IF_GENERATION_NOT_MATCH.getLong(options));
}

Expand Down

0 comments on commit 1318e33

Please sign in to comment.