mirror of
https://github.com/nspcc-dev/send-fs-neo-org.git
synced 2026-03-01 04:29:27 +00:00
Get rid of the outdated method of obtaining object parameters #66
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 @mike-petrov on GitHub (Dec 12, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when we use deprecated method in docs for getting object parameters:
Also this method unwraps header:
x-attributes: {"FileName":"cat.jpg"}->x-attribute-filename: cat.jpgand that's why the parameters are not displayed:Describe the solution you'd like
Use new route:
/objects/{containerId}/{objectId}->/objects/{containerId}/by_id/{objectId}@mike-petrov commented on GitHub (Apr 2, 2025):
The request is hidden behind nginx, so we need to fix it there. we need help @532910