frostfs-s3-gw/api/layer
Leonard Lyubich 34a221c5c9 [#346] Upgrade NeoFS SDK Go library
Core changes:
  - `object.ID` moved to new package `oid`;
  - `object.Address` moved to new package `address`;
  - `pool.Object` interface changes.

Additionally:
  - Set container owner in `Agent.IssueSecret`.
  - Remove no longer needed fields from `GetObjectParams`
  - `Length` and `Offset` are never assigned. These values
  are set in `Range` field.
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-04 00:14:30 +03:00
..
container.go [#329] Use suitable tokens for container requests 2022-01-31 11:05:35 +03:00
cors.go [#274] Refactor system cache and cors 2021-10-15 17:44:40 +03:00
detector.go [#122] Add versioning cache 2021-08-25 09:15:00 +03:00
layer.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
multipart_upload.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
multipart_upload_test.go [#186] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
notifications.go [#340] Add notification configuration handlers 2022-02-18 16:59:42 +03:00
object.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
object_test.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
system_object.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
util.go [#271] Update neo-sdk-go to the latest version 2021-11-16 14:42:08 +03:00
util_test.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
versioning.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00
versioning_test.go [#346] Upgrade NeoFS SDK Go library 2022-03-04 00:14:30 +03:00