Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of the outdated method of obtaining object parameters #124

Open
mike-petrov opened this issue Dec 12, 2024 · 0 comments
Open

Get rid of the outdated method of obtaining object parameters #124

mike-petrov opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U2 Seriously planned

Comments

@mike-petrov
Copy link
Contributor

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:

image

Also this method unwraps header: x-attributes: {"FileName":"cat.jpg"} -> x-attribute-filename: cat.jpg and that's why the parameters are not displayed:

image

Describe the solution you'd like

Use new route: /objects/{containerId}/{objectId} -> /objects/{containerId}/by_id/{objectId}

@mike-petrov mike-petrov added U2 Seriously planned S4 Routine I3 Minimal impact feature Completely new functionality labels Dec 12, 2024
@roman-khimov roman-khimov added enhancement Improving existing functionality S3 Minimally significant I4 No visible changes and removed feature Completely new functionality S4 Routine I3 Minimal impact labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

2 participants