cs3org / cs3apis

:arrows_clockwise: Connect Storage and Application Providers
https://buf.build/cs3org-buf/cs3apis
Apache License 2.0
53 stars 29 forks source link

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

Open marcdo7 opened 4 weeks ago

marcdo7 commented 4 weeks ago

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";

labkode commented 4 weeks ago

@marcdo7 please do