forked from TrueCloudLab/frostfs-s3-gw
[#192] Support client cut
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
fcf1c45ad2
commit
6b1f365e65
11 changed files with 38 additions and 6 deletions
|
@ -111,6 +111,9 @@ type PrmObjectCreate struct {
|
|||
|
||||
// Number of object copies that is enough to consider put successful.
|
||||
CopiesNumber []uint32
|
||||
|
||||
// Enables client side object preparing.
|
||||
ClientCut bool
|
||||
}
|
||||
|
||||
// PrmObjectDelete groups parameters of FrostFS.DeleteObject operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue