mirror of
https://github.com/nspcc-dev/neofs-sdk-go.git
synced 2026-03-01 04:29:18 +00:00
Issue deleting object with Wallet Connect as the signature generator #207
Labels
No labels
I2
I3
I4
S1
S2
S3
S4
U0
U1
U2
U2
U2
U3
U4
blocked
bug
client
config
discussion
documentation
enhancement
epic
feature
go
good first issue
help wanted
performance
pool
question
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-sdk-go#207
Loading…
Add table
Add a link
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?
Originally created by @amlwwalker on GitHub (Nov 6, 2023).
Trying to delete an object for a container while using an intermediary key and signing 'out of band'
gives me the error
Object xxxx could not be deleted: status: code = 4096 message = session token not found and could not be deleted: status: code = 4096 message = session token not found map[]I have this working for creating/listing/downloading objects but for some reason can't get working for deleting. Any obvious mistake I've made here?
@amlwwalker commented on GitHub (Dec 7, 2023):
Any progress here by any chance?
@roman-khimov commented on GitHub (Dec 7, 2023):
@carpawell, could it be related to https://github.com/nspcc-dev/neofs-node/issues/2261?
@carpawell commented on GitHub (Dec 13, 2023):
Hi @amlwwalker, sorry for the huge delay. Can you, please, provide the version you used?
Also, can you, please, provide the exact error message you got? Is
Object xxxx could not be deletedfrom the SDK?session token not found map[]too (especiallymap[])?Could you briefly describe what are you trying to do? What does
TemporarySignObjectTokenWithPrivateKeydo? Could you, please, provide the ACL settings of the container you used (container itself and an eACL policy if set)?The code succeed looks almost the same but
ObjectPutInitinstead ofDelete? What payload size did you use?@amlwwalker commented on GitHub (Jan 19, 2024):
Hi @carpawell - Apologies, I've been working on the Wallet Connect stuff and haven't looked back at this bug. Once my app is rebuilt I'll get you these answers!