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

GetObject by range response status #566

Closed
jonaustin09 opened this issue May 14, 2024 · 0 comments · Fixed by #578
Closed

GetObject by range response status #566

jonaustin09 opened this issue May 14, 2024 · 0 comments · Fixed by #578
Labels
bug Something isn't working

Comments

@jonaustin09
Copy link
Contributor

Describe the bug
When calling GetObject action with a specific range the successful response status should be 206

To Reproduce

aws --endpoint-url http://localhost:7070 s3api get-object --bucket my-bucket --key my-obj --range bytes=20-1000 my_data_range

Expected behavior
The action should return 206 response status if it's called with range specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant