access_key could be alphanumeric only #81

Closed
opened 2025-12-28 17:36:13 +00:00 by sami · 0 comments
Owner

Originally created by @realloc on GitHub (Jul 16, 2021).

Originally assigned to: @masterSplinter01 on GitHub.

Currently, we have access_key encoded as <cid>_<oid>, but both cid and oid are Base58 encoded, hence we could use 0 as a delimiter to make the resulting string look nicer and stick to alphanumeric set without any special characters.

Originally created by @realloc on GitHub (Jul 16, 2021). Originally assigned to: @masterSplinter01 on GitHub. Currently, we have `access_key` encoded as `<cid>_<oid>`, but both `cid` and `oid` are Base58 encoded, hence we could use `0` as a delimiter to make the resulting string look nicer and stick to alphanumeric set without any special characters.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
nspcc-dev/neofs-s3-gw#81
No description provided.