versitygw
versitygw copied to clipboard
GetObject by range response status
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