> + * @param template
> + * Supply an {@link ObjectAccessControlsTemplate}
> + * @param generation
> + * If present, selects a specific revision of this object
> + *
> + * @return {@link ObjectAccessControls }
> + */
> +
> + @Named("ObjectAccessControls:update")
> + @PUT
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Produces(MediaType.APPLICATION_JSON)
> + @Path("/b/{bucket}/o/{object}/acl/{entity}")
> + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> + @Fallback(NullOnNotFoundOr404.class)
> + ObjectAccessControls updateObjectAccessControls(@PathParam("bucket")
> String bucketName,
Same question as above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r17685393