forked from TrueCloudLab/frostfs-api
[#84] Clarify FilePath attribute format
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
6ea4183397
commit
1f7aeb14b4
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ message Header {
|
|||
// File name to be associated with the object on saving. FileName must not
|
||||
// contain the delimiting symbol '/'.
|
||||
// * FilePath \
|
||||
// Full path to be associated with the object on saving. Should start with a
|
||||
// '/' and use '/' as a delimiting symbol. Trailing '/' should be
|
||||
// Full path to be associated with the object on saving. Should use '/' as a
|
||||
// delimiting symbol. Should not have leading `/`. Trailing '/' should be
|
||||
// interpreted as a virtual directory marker. If an object has conflicting
|
||||
// FilePath and FileName, FilePath should have higher priority, because it
|
||||
// is used to construct the directory tree. FilePath with trailing '/' and
|
||||
|
|
Loading…
Add table
Reference in a new issue