You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a user passes part-number parameter on Get/Head object requests, NooBaa doesn't support it and returns the whole object instead of the wanted part. This is applicable to completed multipart uploads.
Expected behavior
NooBaa should return the correct response when receiving part-number parameter from the user on Get/Head object requests.
Steps to reproduce
install noobaa
use an s3 client and call s3 get object while specifying part number -
Example using s3 cli - s3 get-object --bucket= --key= --part-number= outfile
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered:
Environment info
Actual behavior
Expected behavior
Steps to reproduce
Example using s3 cli - s3 get-object --bucket= --key= --part-number= outfile
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: