remote.pb.go 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v5.29.3
  5. // source: remote.proto
  6. package remote_pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. // ///////////////////////
  21. // Remote Storage related
  22. // ///////////////////////
  23. type RemoteConf struct {
  24. state protoimpl.MessageState `protogen:"open.v1"`
  25. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
  26. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
  27. S3AccessKey string `protobuf:"bytes,4,opt,name=s3_access_key,json=s3AccessKey,proto3" json:"s3_access_key,omitempty"`
  28. S3SecretKey string `protobuf:"bytes,5,opt,name=s3_secret_key,json=s3SecretKey,proto3" json:"s3_secret_key,omitempty"`
  29. S3Region string `protobuf:"bytes,6,opt,name=s3_region,json=s3Region,proto3" json:"s3_region,omitempty"`
  30. S3Endpoint string `protobuf:"bytes,7,opt,name=s3_endpoint,json=s3Endpoint,proto3" json:"s3_endpoint,omitempty"`
  31. S3StorageClass string `protobuf:"bytes,8,opt,name=s3_storage_class,json=s3StorageClass,proto3" json:"s3_storage_class,omitempty"`
  32. S3ForcePathStyle bool `protobuf:"varint,9,opt,name=s3_force_path_style,json=s3ForcePathStyle,proto3" json:"s3_force_path_style,omitempty"`
  33. S3SupportTagging bool `protobuf:"varint,13,opt,name=s3_support_tagging,json=s3SupportTagging,proto3" json:"s3_support_tagging,omitempty"`
  34. S3V4Signature bool `protobuf:"varint,11,opt,name=s3_v4_signature,json=s3V4Signature,proto3" json:"s3_v4_signature,omitempty"`
  35. GcsGoogleApplicationCredentials string `protobuf:"bytes,10,opt,name=gcs_google_application_credentials,json=gcsGoogleApplicationCredentials,proto3" json:"gcs_google_application_credentials,omitempty"`
  36. GcsProjectId string `protobuf:"bytes,12,opt,name=gcs_project_id,json=gcsProjectId,proto3" json:"gcs_project_id,omitempty"`
  37. AzureAccountName string `protobuf:"bytes,15,opt,name=azure_account_name,json=azureAccountName,proto3" json:"azure_account_name,omitempty"`
  38. AzureAccountKey string `protobuf:"bytes,16,opt,name=azure_account_key,json=azureAccountKey,proto3" json:"azure_account_key,omitempty"`
  39. BackblazeKeyId string `protobuf:"bytes,20,opt,name=backblaze_key_id,json=backblazeKeyId,proto3" json:"backblaze_key_id,omitempty"`
  40. BackblazeApplicationKey string `protobuf:"bytes,21,opt,name=backblaze_application_key,json=backblazeApplicationKey,proto3" json:"backblaze_application_key,omitempty"`
  41. BackblazeEndpoint string `protobuf:"bytes,22,opt,name=backblaze_endpoint,json=backblazeEndpoint,proto3" json:"backblaze_endpoint,omitempty"`
  42. BackblazeRegion string `protobuf:"bytes,23,opt,name=backblaze_region,json=backblazeRegion,proto3" json:"backblaze_region,omitempty"`
  43. AliyunAccessKey string `protobuf:"bytes,25,opt,name=aliyun_access_key,json=aliyunAccessKey,proto3" json:"aliyun_access_key,omitempty"`
  44. AliyunSecretKey string `protobuf:"bytes,26,opt,name=aliyun_secret_key,json=aliyunSecretKey,proto3" json:"aliyun_secret_key,omitempty"`
  45. AliyunEndpoint string `protobuf:"bytes,27,opt,name=aliyun_endpoint,json=aliyunEndpoint,proto3" json:"aliyun_endpoint,omitempty"`
  46. AliyunRegion string `protobuf:"bytes,28,opt,name=aliyun_region,json=aliyunRegion,proto3" json:"aliyun_region,omitempty"`
  47. TencentSecretId string `protobuf:"bytes,30,opt,name=tencent_secret_id,json=tencentSecretId,proto3" json:"tencent_secret_id,omitempty"`
  48. TencentSecretKey string `protobuf:"bytes,31,opt,name=tencent_secret_key,json=tencentSecretKey,proto3" json:"tencent_secret_key,omitempty"`
  49. TencentEndpoint string `protobuf:"bytes,32,opt,name=tencent_endpoint,json=tencentEndpoint,proto3" json:"tencent_endpoint,omitempty"`
  50. BaiduAccessKey string `protobuf:"bytes,35,opt,name=baidu_access_key,json=baiduAccessKey,proto3" json:"baidu_access_key,omitempty"`
  51. BaiduSecretKey string `protobuf:"bytes,36,opt,name=baidu_secret_key,json=baiduSecretKey,proto3" json:"baidu_secret_key,omitempty"`
  52. BaiduEndpoint string `protobuf:"bytes,37,opt,name=baidu_endpoint,json=baiduEndpoint,proto3" json:"baidu_endpoint,omitempty"`
  53. BaiduRegion string `protobuf:"bytes,38,opt,name=baidu_region,json=baiduRegion,proto3" json:"baidu_region,omitempty"`
  54. WasabiAccessKey string `protobuf:"bytes,40,opt,name=wasabi_access_key,json=wasabiAccessKey,proto3" json:"wasabi_access_key,omitempty"`
  55. WasabiSecretKey string `protobuf:"bytes,41,opt,name=wasabi_secret_key,json=wasabiSecretKey,proto3" json:"wasabi_secret_key,omitempty"`
  56. WasabiEndpoint string `protobuf:"bytes,42,opt,name=wasabi_endpoint,json=wasabiEndpoint,proto3" json:"wasabi_endpoint,omitempty"`
  57. WasabiRegion string `protobuf:"bytes,43,opt,name=wasabi_region,json=wasabiRegion,proto3" json:"wasabi_region,omitempty"`
  58. FilebaseAccessKey string `protobuf:"bytes,60,opt,name=filebase_access_key,json=filebaseAccessKey,proto3" json:"filebase_access_key,omitempty"`
  59. FilebaseSecretKey string `protobuf:"bytes,61,opt,name=filebase_secret_key,json=filebaseSecretKey,proto3" json:"filebase_secret_key,omitempty"`
  60. FilebaseEndpoint string `protobuf:"bytes,62,opt,name=filebase_endpoint,json=filebaseEndpoint,proto3" json:"filebase_endpoint,omitempty"`
  61. StorjAccessKey string `protobuf:"bytes,65,opt,name=storj_access_key,json=storjAccessKey,proto3" json:"storj_access_key,omitempty"`
  62. StorjSecretKey string `protobuf:"bytes,66,opt,name=storj_secret_key,json=storjSecretKey,proto3" json:"storj_secret_key,omitempty"`
  63. StorjEndpoint string `protobuf:"bytes,67,opt,name=storj_endpoint,json=storjEndpoint,proto3" json:"storj_endpoint,omitempty"`
  64. ContaboAccessKey string `protobuf:"bytes,68,opt,name=contabo_access_key,json=contaboAccessKey,proto3" json:"contabo_access_key,omitempty"`
  65. ContaboSecretKey string `protobuf:"bytes,69,opt,name=contabo_secret_key,json=contaboSecretKey,proto3" json:"contabo_secret_key,omitempty"`
  66. ContaboEndpoint string `protobuf:"bytes,70,opt,name=contabo_endpoint,json=contaboEndpoint,proto3" json:"contabo_endpoint,omitempty"`
  67. ContaboRegion string `protobuf:"bytes,71,opt,name=contabo_region,json=contaboRegion,proto3" json:"contabo_region,omitempty"`
  68. unknownFields protoimpl.UnknownFields
  69. sizeCache protoimpl.SizeCache
  70. }
  71. func (x *RemoteConf) Reset() {
  72. *x = RemoteConf{}
  73. mi := &file_remote_proto_msgTypes[0]
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. ms.StoreMessageInfo(mi)
  76. }
  77. func (x *RemoteConf) String() string {
  78. return protoimpl.X.MessageStringOf(x)
  79. }
  80. func (*RemoteConf) ProtoMessage() {}
  81. func (x *RemoteConf) ProtoReflect() protoreflect.Message {
  82. mi := &file_remote_proto_msgTypes[0]
  83. if x != nil {
  84. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  85. if ms.LoadMessageInfo() == nil {
  86. ms.StoreMessageInfo(mi)
  87. }
  88. return ms
  89. }
  90. return mi.MessageOf(x)
  91. }
  92. // Deprecated: Use RemoteConf.ProtoReflect.Descriptor instead.
  93. func (*RemoteConf) Descriptor() ([]byte, []int) {
  94. return file_remote_proto_rawDescGZIP(), []int{0}
  95. }
  96. func (x *RemoteConf) GetType() string {
  97. if x != nil {
  98. return x.Type
  99. }
  100. return ""
  101. }
  102. func (x *RemoteConf) GetName() string {
  103. if x != nil {
  104. return x.Name
  105. }
  106. return ""
  107. }
  108. func (x *RemoteConf) GetS3AccessKey() string {
  109. if x != nil {
  110. return x.S3AccessKey
  111. }
  112. return ""
  113. }
  114. func (x *RemoteConf) GetS3SecretKey() string {
  115. if x != nil {
  116. return x.S3SecretKey
  117. }
  118. return ""
  119. }
  120. func (x *RemoteConf) GetS3Region() string {
  121. if x != nil {
  122. return x.S3Region
  123. }
  124. return ""
  125. }
  126. func (x *RemoteConf) GetS3Endpoint() string {
  127. if x != nil {
  128. return x.S3Endpoint
  129. }
  130. return ""
  131. }
  132. func (x *RemoteConf) GetS3StorageClass() string {
  133. if x != nil {
  134. return x.S3StorageClass
  135. }
  136. return ""
  137. }
  138. func (x *RemoteConf) GetS3ForcePathStyle() bool {
  139. if x != nil {
  140. return x.S3ForcePathStyle
  141. }
  142. return false
  143. }
  144. func (x *RemoteConf) GetS3SupportTagging() bool {
  145. if x != nil {
  146. return x.S3SupportTagging
  147. }
  148. return false
  149. }
  150. func (x *RemoteConf) GetS3V4Signature() bool {
  151. if x != nil {
  152. return x.S3V4Signature
  153. }
  154. return false
  155. }
  156. func (x *RemoteConf) GetGcsGoogleApplicationCredentials() string {
  157. if x != nil {
  158. return x.GcsGoogleApplicationCredentials
  159. }
  160. return ""
  161. }
  162. func (x *RemoteConf) GetGcsProjectId() string {
  163. if x != nil {
  164. return x.GcsProjectId
  165. }
  166. return ""
  167. }
  168. func (x *RemoteConf) GetAzureAccountName() string {
  169. if x != nil {
  170. return x.AzureAccountName
  171. }
  172. return ""
  173. }
  174. func (x *RemoteConf) GetAzureAccountKey() string {
  175. if x != nil {
  176. return x.AzureAccountKey
  177. }
  178. return ""
  179. }
  180. func (x *RemoteConf) GetBackblazeKeyId() string {
  181. if x != nil {
  182. return x.BackblazeKeyId
  183. }
  184. return ""
  185. }
  186. func (x *RemoteConf) GetBackblazeApplicationKey() string {
  187. if x != nil {
  188. return x.BackblazeApplicationKey
  189. }
  190. return ""
  191. }
  192. func (x *RemoteConf) GetBackblazeEndpoint() string {
  193. if x != nil {
  194. return x.BackblazeEndpoint
  195. }
  196. return ""
  197. }
  198. func (x *RemoteConf) GetBackblazeRegion() string {
  199. if x != nil {
  200. return x.BackblazeRegion
  201. }
  202. return ""
  203. }
  204. func (x *RemoteConf) GetAliyunAccessKey() string {
  205. if x != nil {
  206. return x.AliyunAccessKey
  207. }
  208. return ""
  209. }
  210. func (x *RemoteConf) GetAliyunSecretKey() string {
  211. if x != nil {
  212. return x.AliyunSecretKey
  213. }
  214. return ""
  215. }
  216. func (x *RemoteConf) GetAliyunEndpoint() string {
  217. if x != nil {
  218. return x.AliyunEndpoint
  219. }
  220. return ""
  221. }
  222. func (x *RemoteConf) GetAliyunRegion() string {
  223. if x != nil {
  224. return x.AliyunRegion
  225. }
  226. return ""
  227. }
  228. func (x *RemoteConf) GetTencentSecretId() string {
  229. if x != nil {
  230. return x.TencentSecretId
  231. }
  232. return ""
  233. }
  234. func (x *RemoteConf) GetTencentSecretKey() string {
  235. if x != nil {
  236. return x.TencentSecretKey
  237. }
  238. return ""
  239. }
  240. func (x *RemoteConf) GetTencentEndpoint() string {
  241. if x != nil {
  242. return x.TencentEndpoint
  243. }
  244. return ""
  245. }
  246. func (x *RemoteConf) GetBaiduAccessKey() string {
  247. if x != nil {
  248. return x.BaiduAccessKey
  249. }
  250. return ""
  251. }
  252. func (x *RemoteConf) GetBaiduSecretKey() string {
  253. if x != nil {
  254. return x.BaiduSecretKey
  255. }
  256. return ""
  257. }
  258. func (x *RemoteConf) GetBaiduEndpoint() string {
  259. if x != nil {
  260. return x.BaiduEndpoint
  261. }
  262. return ""
  263. }
  264. func (x *RemoteConf) GetBaiduRegion() string {
  265. if x != nil {
  266. return x.BaiduRegion
  267. }
  268. return ""
  269. }
  270. func (x *RemoteConf) GetWasabiAccessKey() string {
  271. if x != nil {
  272. return x.WasabiAccessKey
  273. }
  274. return ""
  275. }
  276. func (x *RemoteConf) GetWasabiSecretKey() string {
  277. if x != nil {
  278. return x.WasabiSecretKey
  279. }
  280. return ""
  281. }
  282. func (x *RemoteConf) GetWasabiEndpoint() string {
  283. if x != nil {
  284. return x.WasabiEndpoint
  285. }
  286. return ""
  287. }
  288. func (x *RemoteConf) GetWasabiRegion() string {
  289. if x != nil {
  290. return x.WasabiRegion
  291. }
  292. return ""
  293. }
  294. func (x *RemoteConf) GetFilebaseAccessKey() string {
  295. if x != nil {
  296. return x.FilebaseAccessKey
  297. }
  298. return ""
  299. }
  300. func (x *RemoteConf) GetFilebaseSecretKey() string {
  301. if x != nil {
  302. return x.FilebaseSecretKey
  303. }
  304. return ""
  305. }
  306. func (x *RemoteConf) GetFilebaseEndpoint() string {
  307. if x != nil {
  308. return x.FilebaseEndpoint
  309. }
  310. return ""
  311. }
  312. func (x *RemoteConf) GetStorjAccessKey() string {
  313. if x != nil {
  314. return x.StorjAccessKey
  315. }
  316. return ""
  317. }
  318. func (x *RemoteConf) GetStorjSecretKey() string {
  319. if x != nil {
  320. return x.StorjSecretKey
  321. }
  322. return ""
  323. }
  324. func (x *RemoteConf) GetStorjEndpoint() string {
  325. if x != nil {
  326. return x.StorjEndpoint
  327. }
  328. return ""
  329. }
  330. func (x *RemoteConf) GetContaboAccessKey() string {
  331. if x != nil {
  332. return x.ContaboAccessKey
  333. }
  334. return ""
  335. }
  336. func (x *RemoteConf) GetContaboSecretKey() string {
  337. if x != nil {
  338. return x.ContaboSecretKey
  339. }
  340. return ""
  341. }
  342. func (x *RemoteConf) GetContaboEndpoint() string {
  343. if x != nil {
  344. return x.ContaboEndpoint
  345. }
  346. return ""
  347. }
  348. func (x *RemoteConf) GetContaboRegion() string {
  349. if x != nil {
  350. return x.ContaboRegion
  351. }
  352. return ""
  353. }
  354. type RemoteStorageMapping struct {
  355. state protoimpl.MessageState `protogen:"open.v1"`
  356. Mappings map[string]*RemoteStorageLocation `protobuf:"bytes,1,rep,name=mappings,proto3" json:"mappings,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  357. PrimaryBucketStorageName string `protobuf:"bytes,2,opt,name=primary_bucket_storage_name,json=primaryBucketStorageName,proto3" json:"primary_bucket_storage_name,omitempty"`
  358. unknownFields protoimpl.UnknownFields
  359. sizeCache protoimpl.SizeCache
  360. }
  361. func (x *RemoteStorageMapping) Reset() {
  362. *x = RemoteStorageMapping{}
  363. mi := &file_remote_proto_msgTypes[1]
  364. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  365. ms.StoreMessageInfo(mi)
  366. }
  367. func (x *RemoteStorageMapping) String() string {
  368. return protoimpl.X.MessageStringOf(x)
  369. }
  370. func (*RemoteStorageMapping) ProtoMessage() {}
  371. func (x *RemoteStorageMapping) ProtoReflect() protoreflect.Message {
  372. mi := &file_remote_proto_msgTypes[1]
  373. if x != nil {
  374. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  375. if ms.LoadMessageInfo() == nil {
  376. ms.StoreMessageInfo(mi)
  377. }
  378. return ms
  379. }
  380. return mi.MessageOf(x)
  381. }
  382. // Deprecated: Use RemoteStorageMapping.ProtoReflect.Descriptor instead.
  383. func (*RemoteStorageMapping) Descriptor() ([]byte, []int) {
  384. return file_remote_proto_rawDescGZIP(), []int{1}
  385. }
  386. func (x *RemoteStorageMapping) GetMappings() map[string]*RemoteStorageLocation {
  387. if x != nil {
  388. return x.Mappings
  389. }
  390. return nil
  391. }
  392. func (x *RemoteStorageMapping) GetPrimaryBucketStorageName() string {
  393. if x != nil {
  394. return x.PrimaryBucketStorageName
  395. }
  396. return ""
  397. }
  398. type RemoteStorageLocation struct {
  399. state protoimpl.MessageState `protogen:"open.v1"`
  400. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  401. Bucket string `protobuf:"bytes,2,opt,name=bucket,proto3" json:"bucket,omitempty"`
  402. Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
  403. unknownFields protoimpl.UnknownFields
  404. sizeCache protoimpl.SizeCache
  405. }
  406. func (x *RemoteStorageLocation) Reset() {
  407. *x = RemoteStorageLocation{}
  408. mi := &file_remote_proto_msgTypes[2]
  409. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  410. ms.StoreMessageInfo(mi)
  411. }
  412. func (x *RemoteStorageLocation) String() string {
  413. return protoimpl.X.MessageStringOf(x)
  414. }
  415. func (*RemoteStorageLocation) ProtoMessage() {}
  416. func (x *RemoteStorageLocation) ProtoReflect() protoreflect.Message {
  417. mi := &file_remote_proto_msgTypes[2]
  418. if x != nil {
  419. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  420. if ms.LoadMessageInfo() == nil {
  421. ms.StoreMessageInfo(mi)
  422. }
  423. return ms
  424. }
  425. return mi.MessageOf(x)
  426. }
  427. // Deprecated: Use RemoteStorageLocation.ProtoReflect.Descriptor instead.
  428. func (*RemoteStorageLocation) Descriptor() ([]byte, []int) {
  429. return file_remote_proto_rawDescGZIP(), []int{2}
  430. }
  431. func (x *RemoteStorageLocation) GetName() string {
  432. if x != nil {
  433. return x.Name
  434. }
  435. return ""
  436. }
  437. func (x *RemoteStorageLocation) GetBucket() string {
  438. if x != nil {
  439. return x.Bucket
  440. }
  441. return ""
  442. }
  443. func (x *RemoteStorageLocation) GetPath() string {
  444. if x != nil {
  445. return x.Path
  446. }
  447. return ""
  448. }
  449. var File_remote_proto protoreflect.FileDescriptor
  450. const file_remote_proto_rawDesc = "" +
  451. "\n" +
  452. "\fremote.proto\x12\tremote_pb\"\x9b\x0e\n" +
  453. "\n" +
  454. "RemoteConf\x12\x12\n" +
  455. "\x04type\x18\x01 \x01(\tR\x04type\x12\x12\n" +
  456. "\x04name\x18\x02 \x01(\tR\x04name\x12\"\n" +
  457. "\rs3_access_key\x18\x04 \x01(\tR\vs3AccessKey\x12\"\n" +
  458. "\rs3_secret_key\x18\x05 \x01(\tR\vs3SecretKey\x12\x1b\n" +
  459. "\ts3_region\x18\x06 \x01(\tR\bs3Region\x12\x1f\n" +
  460. "\vs3_endpoint\x18\a \x01(\tR\n" +
  461. "s3Endpoint\x12(\n" +
  462. "\x10s3_storage_class\x18\b \x01(\tR\x0es3StorageClass\x12-\n" +
  463. "\x13s3_force_path_style\x18\t \x01(\bR\x10s3ForcePathStyle\x12,\n" +
  464. "\x12s3_support_tagging\x18\r \x01(\bR\x10s3SupportTagging\x12&\n" +
  465. "\x0fs3_v4_signature\x18\v \x01(\bR\rs3V4Signature\x12K\n" +
  466. "\"gcs_google_application_credentials\x18\n" +
  467. " \x01(\tR\x1fgcsGoogleApplicationCredentials\x12$\n" +
  468. "\x0egcs_project_id\x18\f \x01(\tR\fgcsProjectId\x12,\n" +
  469. "\x12azure_account_name\x18\x0f \x01(\tR\x10azureAccountName\x12*\n" +
  470. "\x11azure_account_key\x18\x10 \x01(\tR\x0fazureAccountKey\x12(\n" +
  471. "\x10backblaze_key_id\x18\x14 \x01(\tR\x0ebackblazeKeyId\x12:\n" +
  472. "\x19backblaze_application_key\x18\x15 \x01(\tR\x17backblazeApplicationKey\x12-\n" +
  473. "\x12backblaze_endpoint\x18\x16 \x01(\tR\x11backblazeEndpoint\x12)\n" +
  474. "\x10backblaze_region\x18\x17 \x01(\tR\x0fbackblazeRegion\x12*\n" +
  475. "\x11aliyun_access_key\x18\x19 \x01(\tR\x0faliyunAccessKey\x12*\n" +
  476. "\x11aliyun_secret_key\x18\x1a \x01(\tR\x0faliyunSecretKey\x12'\n" +
  477. "\x0faliyun_endpoint\x18\x1b \x01(\tR\x0ealiyunEndpoint\x12#\n" +
  478. "\raliyun_region\x18\x1c \x01(\tR\faliyunRegion\x12*\n" +
  479. "\x11tencent_secret_id\x18\x1e \x01(\tR\x0ftencentSecretId\x12,\n" +
  480. "\x12tencent_secret_key\x18\x1f \x01(\tR\x10tencentSecretKey\x12)\n" +
  481. "\x10tencent_endpoint\x18 \x01(\tR\x0ftencentEndpoint\x12(\n" +
  482. "\x10baidu_access_key\x18# \x01(\tR\x0ebaiduAccessKey\x12(\n" +
  483. "\x10baidu_secret_key\x18$ \x01(\tR\x0ebaiduSecretKey\x12%\n" +
  484. "\x0ebaidu_endpoint\x18% \x01(\tR\rbaiduEndpoint\x12!\n" +
  485. "\fbaidu_region\x18& \x01(\tR\vbaiduRegion\x12*\n" +
  486. "\x11wasabi_access_key\x18( \x01(\tR\x0fwasabiAccessKey\x12*\n" +
  487. "\x11wasabi_secret_key\x18) \x01(\tR\x0fwasabiSecretKey\x12'\n" +
  488. "\x0fwasabi_endpoint\x18* \x01(\tR\x0ewasabiEndpoint\x12#\n" +
  489. "\rwasabi_region\x18+ \x01(\tR\fwasabiRegion\x12.\n" +
  490. "\x13filebase_access_key\x18< \x01(\tR\x11filebaseAccessKey\x12.\n" +
  491. "\x13filebase_secret_key\x18= \x01(\tR\x11filebaseSecretKey\x12+\n" +
  492. "\x11filebase_endpoint\x18> \x01(\tR\x10filebaseEndpoint\x12(\n" +
  493. "\x10storj_access_key\x18A \x01(\tR\x0estorjAccessKey\x12(\n" +
  494. "\x10storj_secret_key\x18B \x01(\tR\x0estorjSecretKey\x12%\n" +
  495. "\x0estorj_endpoint\x18C \x01(\tR\rstorjEndpoint\x12,\n" +
  496. "\x12contabo_access_key\x18D \x01(\tR\x10contaboAccessKey\x12,\n" +
  497. "\x12contabo_secret_key\x18E \x01(\tR\x10contaboSecretKey\x12)\n" +
  498. "\x10contabo_endpoint\x18F \x01(\tR\x0fcontaboEndpoint\x12%\n" +
  499. "\x0econtabo_region\x18G \x01(\tR\rcontaboRegion\"\xff\x01\n" +
  500. "\x14RemoteStorageMapping\x12I\n" +
  501. "\bmappings\x18\x01 \x03(\v2-.remote_pb.RemoteStorageMapping.MappingsEntryR\bmappings\x12=\n" +
  502. "\x1bprimary_bucket_storage_name\x18\x02 \x01(\tR\x18primaryBucketStorageName\x1a]\n" +
  503. "\rMappingsEntry\x12\x10\n" +
  504. "\x03key\x18\x01 \x01(\tR\x03key\x126\n" +
  505. "\x05value\x18\x02 \x01(\v2 .remote_pb.RemoteStorageLocationR\x05value:\x028\x01\"W\n" +
  506. "\x15RemoteStorageLocation\x12\x12\n" +
  507. "\x04name\x18\x01 \x01(\tR\x04name\x12\x16\n" +
  508. "\x06bucket\x18\x02 \x01(\tR\x06bucket\x12\x12\n" +
  509. "\x04path\x18\x03 \x01(\tR\x04pathBP\n" +
  510. "\x10seaweedfs.clientB\n" +
  511. "FilerProtoZ0github.com/seaweedfs/seaweedfs/weed/pb/remote_pbb\x06proto3"
  512. var (
  513. file_remote_proto_rawDescOnce sync.Once
  514. file_remote_proto_rawDescData []byte
  515. )
  516. func file_remote_proto_rawDescGZIP() []byte {
  517. file_remote_proto_rawDescOnce.Do(func() {
  518. file_remote_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_remote_proto_rawDesc), len(file_remote_proto_rawDesc)))
  519. })
  520. return file_remote_proto_rawDescData
  521. }
  522. var file_remote_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  523. var file_remote_proto_goTypes = []any{
  524. (*RemoteConf)(nil), // 0: remote_pb.RemoteConf
  525. (*RemoteStorageMapping)(nil), // 1: remote_pb.RemoteStorageMapping
  526. (*RemoteStorageLocation)(nil), // 2: remote_pb.RemoteStorageLocation
  527. nil, // 3: remote_pb.RemoteStorageMapping.MappingsEntry
  528. }
  529. var file_remote_proto_depIdxs = []int32{
  530. 3, // 0: remote_pb.RemoteStorageMapping.mappings:type_name -> remote_pb.RemoteStorageMapping.MappingsEntry
  531. 2, // 1: remote_pb.RemoteStorageMapping.MappingsEntry.value:type_name -> remote_pb.RemoteStorageLocation
  532. 2, // [2:2] is the sub-list for method output_type
  533. 2, // [2:2] is the sub-list for method input_type
  534. 2, // [2:2] is the sub-list for extension type_name
  535. 2, // [2:2] is the sub-list for extension extendee
  536. 0, // [0:2] is the sub-list for field type_name
  537. }
  538. func init() { file_remote_proto_init() }
  539. func file_remote_proto_init() {
  540. if File_remote_proto != nil {
  541. return
  542. }
  543. type x struct{}
  544. out := protoimpl.TypeBuilder{
  545. File: protoimpl.DescBuilder{
  546. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  547. RawDescriptor: unsafe.Slice(unsafe.StringData(file_remote_proto_rawDesc), len(file_remote_proto_rawDesc)),
  548. NumEnums: 0,
  549. NumMessages: 4,
  550. NumExtensions: 0,
  551. NumServices: 0,
  552. },
  553. GoTypes: file_remote_proto_goTypes,
  554. DependencyIndexes: file_remote_proto_depIdxs,
  555. MessageInfos: file_remote_proto_msgTypes,
  556. }.Build()
  557. File_remote_proto = out.File
  558. file_remote_proto_goTypes = nil
  559. file_remote_proto_depIdxs = nil
  560. }