> + /** > + * Retrieves a list of buckets for a given project > + * > + * @param project > + * Name of the project to retrieve the buckets > + * > + * @return a {@link ListPage<Bucket>} > + */ > + > + @Named("Bucket:list") > + @GET > + @Consumes(MediaType.APPLICATION_JSON) > + @Produces(MediaType.APPLICATION_JSON) > + @Path("/b") > + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE) > + @Fallback(NullOnNotFoundOr404.class)
Would returning an empty ListPage make more sense here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533203