> @@ -123,7 +124,7 @@
> @Fallback(NullOnNotFoundOr404.class)
> @Nullable
> GoogleCloudStorageObject getObject(@PathParam("bucket") String
> bucketName, @PathParam("object") String objectName,
> - GetObjectOptions options);
> + HttpRequestOptions options);
Sorry I misunderstood this -- I looked at
`org.jclouds.blobstore.options.GetOptions` and not
`org.jclouds.http.options.GetOptions` which implements `HttpRequestOptions`.
We can pass `GetObjectOptions` as you suggest.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/151/files#r32362821