> + *
> + * @param bucketName
> + * Name of the bucket of which contains the object
> + * @param objectName
> + * Name of the object which acl is related
> + * @param template
> + * Supply an {@link ObjectAccessControlsTemplate}
> + * @param entity
> + * The entity holding the permission. Can be user-userId,
> user-emailAddress, group-groupId,
> + * group-emailAddress, allUsers, or allAuthenticatedUsers.
> + *
> + * @return an {@link ObjectAccessControls }
> + */
> +
> + @Named("ObjectAccessControls:patch")
> + @PATCH
As commented in other PRs: if PATCH is better, why support the PUT version?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r17685439