generated from TrueCloudLab/basic
Revise request interface #8
Labels
No labels
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#8
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?
It is an interface in an initial implementation.
After doing some prototyping (cc @aarifullin), we might want to change it.
Note, that it should be possible to use from both s3 and gRPC, and we wouldn't like to depend on the FrostFS API here
Should replace
Property(string) string
withProperty(string) (string, bool)
: it is necessary to distinguish between the case when the property is not set, and the property is set by an empty string.Would not be simpler to return
*string
in this case?This task was for needed QoL changes after using this library in node.
All issues were fixed, the interface seems suitable.