> + * @param objectName
> + * Name of the bucket of that acl is related
> + * @param generation
> + * If present, selects a specific revision of this object
> + *
> + * @return an {@link ObjectAccessControls }
> + */
> +
> + @Named("ObjectAccessControls:insert")
> + @POST
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Produces(MediaType.APPLICATION_JSON)
> + @Path("/b/{bucket}/o/{object}/acl")
> + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> + @MapBinder(ObjectAccessControlsBinder.class)
> + ObjectAccessControls createObjectAccessControls(@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#r17685261