> @@ -183,7 +176,7 @@ Bucket createBuckets(@QueryParam("project") String
> projectNumber,
> @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> @Fallback(NullOnNotFoundOr404.class)
> @Nullable
> - HttpResponse deleteBuckets(@PathParam("bucket") String bucketName,
> DeleteBucketOptions options);
> + HttpResponse deleteBucket(@PathParam("bucket") String bucketName,
> DeleteBucketOptions options);
See comments above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/33/files#r14728042