Skip to content

Commit da5b2a1

Browse files
zhenjunMawenxuwanseeflood
authored
fix: add proto option (#772)
* add proto option * Update spec/proto/extension/v1/s3/oss.proto Co-authored-by: wenxuwan <[email protected]> Co-authored-by: seeflood <[email protected]>
1 parent 9d12f9a commit da5b2a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/proto/extension/v1/s3/oss.proto

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ package spec.proto.extension.v1.s3;
88
import "google/protobuf/empty.proto";
99

1010
option go_package = "mosn.io/layotto/spec/proto/extension/v1/s3;s3";
11+
option java_outer_classname = "ObjectStorageProto";
12+
option java_package = "spec.proto.extension.v1.s3";
1113

1214
/* @exclude quickstart generator */
1315
// ObjectStorageService is an abstraction for blob storage or so called "object storage", such as alibaba cloud OSS, such as AWS S3.

0 commit comments

Comments
 (0)