noobaa-core
noobaa-core copied to clipboard
NSFS | MPU | Support of part-number parameter for get/head object
Explain the changes
- add object xattr for parts size and offsets
- add get and head object for specific part using the parts info attribute list
- add exception if both part_number and range is defined for get-object like in AWS
Issues: Fixed #xxx / Gap #xxx
- https://github.com/noobaa/noobaa-core/issues/7226
Testing Instructions:
- run
sudo node ./node_modules/mocha/bin/mocha src/test/unit_tests/test_namespace_fs.js
- [ ] Doc added/updated
- [x] Tests added