> @@ -163,10 +157,10 @@ Bucket createBuckets(@QueryParam("project") String
> projectNumber,
> @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> @Fallback(NullOnNotFoundOr404.class)
> @Nullable
> - HttpResponse deleteBuckets(@PathParam("bucket") String bucketName);
> + HttpResponse deleteBucket(@PathParam("bucket") String bucketName);
I still am not sure why we are returning an HTTP object here. What information
do we need to pass back to the caller here? Surely just a "success" object (A
boolean? Or nothing?) or an exception if things go wrong?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/33/files#r14728023