Evgenii Stratonikov
|
9ddfcdfbba
|
[#277] go.mod: remove pkg/errors
Use stdlib `errors` instead.
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
|
2021-05-19 11:14:56 +03:00 |
|
Alex Vanin
|
471c7e0df9
|
v2: Regenerate protobuf files
Protobuf definition has updated import path for C#
library and new well-known object K-V header.
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2021-03-15 13:27:28 +03:00 |
|
Alex Vanin
|
a4d52c2d23
|
Recompile NeoFS API proto definitions
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2021-02-26 16:43:05 +03:00 |
|
Leonard Lyubich
|
ebff07aaf2
|
[#254] object: Support new values of search match type
Support STRING_NOT_EQUAL and NOT_PRESENT match types
of object search filters.
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2021-02-11 15:04:13 +03:00 |
|
Leonard Lyubich
|
8fe135ab8c
|
[#229] v2/object: Add hash fields to ShortHeader message
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-12-25 16:20:26 +03:00 |
|
Leonard Lyubich
|
b2528d4c59
|
Recompile protobuf files with neofs-api yeouido
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-12-25 16:20:19 +03:00 |
|
Leonard Lyubich
|
adb681878b
|
Recompile protobuf files from neofs-api v2.1.1
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-12-18 16:29:16 +03:00 |
|
Leonard Lyubich
|
4567986682
|
[#226] v2/object: Add tombstone field to DeleteResponseBody
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-12-10 18:26:23 +03:00 |
|
Leonard Lyubich
|
2f3e5742d3
|
[#226] v2/grpc: Re-compile protobuf definitions
Add compiled tombstone message. Extend Object.DeleteResponse.Body with
tombstone address field.
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-12-10 18:26:23 +03:00 |
|
Alex Vanin
|
42cd897b25
|
[#225] v2/object: Update GRPC files from neofs-api
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-12-08 10:23:27 +03:00 |
|
Alex Vanin
|
28aad71860
|
[#225] Do not use wrappers on oneof object.HeadResponse types
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-12-08 10:23:27 +03:00 |
|
Alex Vanin
|
1fdeca84e1
|
[#218] Support SplitInfo structure
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-12-03 16:09:38 +03:00 |
|
Alex Vanin
|
d441193952
|
[#209] v2/object: Recompile GRPC files and add SplitID setter
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-11-26 11:56:30 +03:00 |
|
Alex Vanin
|
ef31dec43a
|
[#191] Recompile latest neofs-api repository
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-11-11 10:35:34 +03:00 |
|
Leonard Lyubich
|
dc9fcd5d98
|
[#182] Rename methods to match updated field names
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-10-28 14:11:49 +03:00 |
|
Leonard Lyubich
|
5be034ab80
|
[#182] Regenerate proto-compiled files
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-10-28 14:11:49 +03:00 |
|
Alex Vanin
|
8351c78f58
|
[#172] Use protobuf v2 API for go
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-10-20 13:45:14 +03:00 |
|
Alex Vanin
|
80b7033606
|
[#172] Update neofs-api with rich docs and JSON attributes
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-10-20 13:45:14 +03:00 |
|
Alex Vanin
|
581cb2d2ba
|
[#138] v2/object: Update to neofs-api jindo release
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:45:11 +03:00 |
|
Alex Vanin
|
252b7036c7
|
Adopt service session removal in packages
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:44:30 +03:00 |
|
Alex Vanin
|
db12420c99
|
Move version and signature structures to refs package
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:44:19 +03:00 |
|
Alex Vanin
|
f1addc4cc5
|
Use checksum structure in object package
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:44:16 +03:00 |
|
Alex Vanin
|
556be90818
|
Recompile proto files with neofs-api jindo-rc-1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:44:06 +03:00 |
|
Alex Vanin
|
5e25c76f40
|
Add client for object service
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:43:59 +03:00 |
|
Alex Vanin
|
c94cb44b58
|
Update neofs-api to latest jindo version
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:43:07 +03:00 |
|
Leonard Lyubich
|
7a55865f74
|
v2/object: Implement uni-structures for ObjectService
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-09-18 10:42:59 +03:00 |
|
Leonard Lyubich
|
b197e382ca
|
v2/object: Implement uni-structures for Object
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2020-09-18 10:42:41 +03:00 |
|
Alex Vanin
|
b3cb483894
|
Adopt neofs-api structure changes
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:41:58 +03:00 |
|
Alex Vanin
|
8a94a6344a
|
Recompile proto files with latest neofs-api
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:41:55 +03:00 |
|
Alex Vanin
|
60e9c3d0d3
|
Update structure with grpc subdir
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
|
2020-09-18 10:40:48 +03:00 |
|