forked from TrueCloudLab/frostfs-testcases
Fix misprints
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
f40111dc4a
commit
f7bbce1912
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This module contains functions which are used for Large Object assemling:
|
This module contains functions which are used for Large Object assembling:
|
||||||
getting Last Object and split and getting Link Object. It is not enough to
|
getting Last Object and split and getting Link Object. It is not enough to
|
||||||
simply perform a "raw" HEAD request, as noted in the issue:
|
simply perform a "raw" HEAD request, as noted in the issue:
|
||||||
https://github.com/nspcc-dev/neofs-node/issues/1304. Therefore, the reliable
|
https://github.com/nspcc-dev/neofs-node/issues/1304. Therefore, the reliable
|
||||||
retrival of the aforementioned objects must be done this way: send direct
|
retrieval of the aforementioned objects must be done this way: send direct
|
||||||
"raw" HEAD request to the every Storage Node and return the desired OID on
|
"raw" HEAD request to the every Storage Node and return the desired OID on
|
||||||
first non-null response.
|
first non-null response.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue