Add PutSingle method for object service #103

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-sdk-go:feat/put-single into master 2023-07-26 21:08:02 +00:00
Relates https://git.frostfs.info/TrueCloudLab/frostfs-api/issues/9
dstepanov-yadro force-pushed feat/put-single from 032b9cd838 to f4482d392c 2023-07-05 08:01:13 +00:00 Compare
dstepanov-yadro requested review from storage-core-committers 2023-07-05 08:21:43 +00:00
dstepanov-yadro requested review from storage-core-developers 2023-07-05 08:21:43 +00:00
dstepanov-yadro force-pushed feat/put-single from 5a464411fa to 6cd2658879 2023-07-05 15:11:27 +00:00 Compare
acid-ant approved these changes 2023-07-06 08:06:23 +00:00
fyrchik approved these changes 2023-07-06 09:18:48 +00:00
@ -84,0 +81,4 @@
prm.UseKey(prm.key)
prm.meta = it.prm.meta
res, err := it.client.ObjectPutSingle(ctx, prm)
Owner

What about fallback to the old implementation? Can we do something sane here?

What about fallback to the old implementation? Can we do something sane here?
Author
Member

Done

Done
dstepanov-yadro force-pushed feat/put-single from 6cd2658879 to 98cab7ed61 2023-07-06 14:06:37 +00:00 Compare
dstepanov-yadro requested review from acid-ant 2023-07-06 14:06:58 +00:00
dstepanov-yadro requested review from fyrchik 2023-07-06 14:07:00 +00:00
Author
Member

fallback to stream put added, @acid-ant @fyrchik review plz again

fallback to stream put added, @acid-ant @fyrchik review plz again
fyrchik approved these changes 2023-07-06 15:53:17 +00:00
acid-ant approved these changes 2023-07-07 05:30:42 +00:00
dstepanov-yadro merged commit 98cab7ed61 into master 2023-07-07 08:25:40 +00:00
dstepanov-yadro deleted branch feat/put-single 2023-07-07 08:25:43 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#103
No description provided.