Provide functionality for static object creation #31

Closed
opened 2023-03-08 23:37:50 +00:00 by snegurochka · 1 comment

Original issue: https://github.com/nspcc-dev/neofs-sdk-go/issues/342

In current version library does not provide any convenient function to prepare and store an object completely on client side. Although the user has all the functionality to perform such a task, the mechanism is rather complicated, because it is required to take into account the current network configuration, independently cut the object into parts, etc.

The script is in high demand, so it is proposed to support it. Already implemented in:

We also need to provide user docs which will help newcomers and even experienced users to faster solve well-known NeoFS tasks.

Original issue: https://github.com/nspcc-dev/neofs-sdk-go/issues/342 In current version library does not provide any convenient function to prepare and store an object completely on client side. Although the user has all the functionality to perform such a task, the mechanism is rather complicated, because it is required to take into account the current network configuration, independently cut the object into parts, etc. The script is in high demand, so it is proposed to support it. Already implemented in: * `neofs-node` https://github.com/nspcc-dev/neofs-node/tree/master/pkg/services/object_manager/transformer * `distribution` https://github.com/nspcc-dev/distribution/tree/main/registry/storage/driver/neofs We also need to provide user docs which will help newcomers and even experienced users to faster solve well-known NeoFS tasks.

Closed in favor of #83.

Closed in favor of #83.
Sign in to join this conversation.
No Milestone
No Assignees
2 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#31
There is no content yet.