Support container names the same way we use CIDs #37
Labels
No labels
P0
P1
P2
P3
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
Containers may have human-friendly names set in attributes and even registered in the internal NNS. However, the current FrostFS API only allows the use of CIDs for addressing containers.
Solution
It would be beneficial to support container names directly in the FrostFS API, enabling them to be used instead of CIDs. This would allow the user to decide which scheme is more convenient for their application.