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

NSFS | MPU | GET/HEAD OBEJCT | Support of part-number parameter #7226

Closed
romayalon opened this issue Mar 8, 2023 · 2 comments
Closed

NSFS | MPU | GET/HEAD OBEJCT | Support of part-number parameter #7226

romayalon opened this issue Mar 8, 2023 · 2 comments
Assignees
Milestone

Comments

@romayalon
Copy link
Contributor

Environment info

  • NooBaa Version: master
  • Platform: All

Actual behavior

  1. 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

  1. NooBaa should return the correct response when receiving part-number parameter from the user on Get/Head object requests.

Steps to reproduce

  1. install noobaa
  2. 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

Copy link

github-actions bot commented Sep 2, 2024

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.

@github-actions github-actions bot added the Stale label Sep 2, 2024
@romayalon
Copy link
Contributor Author

Closing, @nadavMiz fixed it on #8214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants