[#166] Update sdk to support grpc schemes in tree pool #166
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#166
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/update_sdk_to_support_schemes_in_tree_pool"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
WIP: [#XX] Update sdk to support grpc schemes in tree poolto WIP: [#166] Update sdk to support grpc schemes in tree poolWIP: [#166] Update sdk to support grpc schemes in tree poolto [#166] Update sdk to support grpc schemes in tree pool@ -314,3 +313,3 @@
var apiGRPCDialOpts []grpc.DialOption
var treeGRPCDialOpts = []grpc.DialOption{grpc.WithTransportCredentials(insecure.NewCredentials())}
var treeGRPCDialOpts []grpc.DialOption
Should we merge tree and api opts until they going to have a difference or keep it?
I am okay with both options.
I thought about it, but decided to make less changes in PR