Add PutSingle method for object service #103
Labels
No labels
P0
P1
P2
P3
good first issue
pool
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#103
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-sdk-go:feat/put-single"
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?
Relates TrueCloudLab/frostfs-api#9
032b9cd838
tof4482d392c
dstepanov-yadro referenced this pull request from TrueCloudLab/frostfs-node2023-07-05 08:45:50 +00:00
5a464411fa
to6cd2658879
@ -84,0 +81,4 @@
prm.UseKey(prm.key)
prm.meta = it.prm.meta
res, err := it.client.ObjectPutSingle(ctx, prm)
What about fallback to the old implementation? Can we do something sane here?
Done
6cd2658879
to98cab7ed61
fallback to stream put added, @acid-ant @fyrchik review plz again