cs3apis icon indicating copy to clipboard operation
cs3apis copied to clipboard

Missing Options in cs3.storage.provider.v1beta1.ProviderAPI

Open marcdo7 opened this issue 1 year ago • 1 comments

There are missing options in Proto file cs3.storage.provider.v1beta1.ProviderAPI.

I need to add these options, to get a working Java client

option java_multiple_files = true; option java_outer_classname = "ProviderApiProto"; option java_package = "com.cs3.storage.provider.v1beta1";

marcdo7 avatar Oct 10 '24 05:10 marcdo7

@marcdo7 please do

labkode avatar Oct 10 '24 07:10 labkode