Skip to content

Commit

Permalink
Update GCS BlobContainer implementation because BlobContainer intefac…
Browse files Browse the repository at this point in the history
…ed changed

See elastic/elasticsearch#8366
  • Loading branch information
tlrx committed Nov 14, 2014
1 parent 15729fc commit e98ec1c
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -90,9 +90,8 @@ public OutputStream createOutput(String blobName) throws IOException {
}

@Override
public boolean deleteBlob(String blobName) throws IOException {
public void deleteBlob(String blobName) throws IOException {
blobStore.client().deleteBlob(blobStore.bucket(), buildKey(blobName));
return true;
}

@Override
Expand Down

0 comments on commit e98ec1c

Please sign in to comment.