Support validation of the FIleName attribute #215
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#215
Loading…
Add table
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?
Previously, we supported the validation of the
FilePath
andFileName
attributes in accordance with the frostfs api specification.As part of task #197, the addition of a leading slash (if not present) to the
File Path
attribute was added.As part of task #174, a fallback was added and the leading slash (if any) was cut off from the `FileName' attribute.
As part of this task, it is required to extend the validation of the
FileName
attribute by checking whetherFileName
contains slash characters. According to the specification, theFileName
attribute should not have a slash.At the same time, it should be ensured that this functionality is also can be disabled #207.