forked from TrueCloudLab/frostfs-node
[#1320] English Check
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
d99800ee93
commit
cc7a723d77
182 changed files with 802 additions and 802 deletions
|
@ -15,7 +15,7 @@ type HeadPrm struct {
|
|||
raw bool
|
||||
}
|
||||
|
||||
// HeadRes groups resulting values of Head operation.
|
||||
// HeadRes groups the resulting values of Head operation.
|
||||
type HeadRes struct {
|
||||
obj *objectSDK.Object
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ func (r *HeadRes) Object() *objectSDK.Object {
|
|||
// Returns any error encountered.
|
||||
//
|
||||
// Returns an error of type apistatus.ObjectNotFound if object is missing in Shard.
|
||||
// Returns an error of type apistatus.ObjectAlreadyRemoved if requested object has been marked as removed in shard.
|
||||
// Returns an error of type apistatus.ObjectAlreadyRemoved if the requested object has been marked as removed in shard.
|
||||
func (s *Shard) Head(prm *HeadPrm) (*HeadRes, error) {
|
||||
// object can be saved in write-cache (if enabled) or in metabase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue