You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2015/03/10 23:57:39 UTC

Re: [jclouds-labs-google] Make deleteObject() return false on 404 response (#122)

> @@ -199,7 +198,7 @@ GoogleCloudStorageObject simpleUpload(@PathParam("bucket") String bucketName, @H
>     @Named("Object:delete")
>     @DELETE
>     @Path("storage/v1/b/{bucket}/o/{object}")
> -   @Fallback(TrueOnNotFoundOr404.class)
> +   @Fallback(FalseOnNotFoundOr404.class)

@snotling The GCS tests now pass without error; can you rebase your commit and revisit this pull request with new tests?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/122/files#r26175133