Provide functionality for static object creation #31
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
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/transformerdistribution
https://github.com/nspcc-dev/distribution/tree/main/registry/storage/driver/neofsWe 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.