> +    *           Name of the bucket which contains the object
> +    * @param objectName
> +    *           Name of the bucket of that acl is related
> +    * @param generation
> +    *           If present, selects a specific revision of this object
> +    * @param entity
> +    *           The entity holding the permission. Can be user-userId, 
> user-emailAddress, group-groupId,
> +    *           group-emailAddress, allUsers, or allAuthenticatedUsers
> +    */
> +
> +   @Named("ObjectAccessControls:delete")
> +   @DELETE
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("/b/{bucket}/o/{object}/acl/{entity}")
> +   @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> +   void deleteObjectAccessControls(@PathParam("bucket") String bucketName, 
> @PathParam("object") String objectName,

Same question as above

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r17685278

Reply via email to