> @@ -123,7 +124,7 @@
> @Fallback(NullOnNotFoundOr404.class)
> @Nullable
> GoogleCloudStorageObject getObject(@PathParam("bucket") String
> bucketName, @PathParam("object") String objectName,
> - GetObjectOptions options);
> + HttpRequestOptions options);
After this commit, we have no other uses of `GetObjectOptions`. Are these
generation and projection options not needed? If so should we remove that
class entirely?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/151/files#r32163063