Skip to content

Commit

Permalink
Merge pull request #26 from arbreezy/feat/minio-support
Browse files Browse the repository at this point in the history
feat: add endpoint to support minio
  • Loading branch information
arbreezy authored Apr 4, 2024
2 parents a3d60f8 + 1d5de2a commit 6afe6ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobuf/schema/v1/server-service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ message Cache {
message S3Cache {
string region = 1;
string bucket_name = 2;
string endpoint = 3;
bool insecure = 4;
}

message AzureCache {
Expand Down

0 comments on commit 6afe6ef

Please sign in to comment.