noobaa-core
noobaa-core copied to clipboard
[NC | NSFS] add support for DMAPI xattr based GLACIER storage class
Explain the changes
This PR adds support expands the GLACIER storage class by automatically deriving the state of the object if config.NSFS_GLACIER_USE_DMAPI = true
(not the default).
Testing Instructions:
-
./node_modules/.bin/mocha src/test/unit_tests/test_nsfs_glacier_backend.js
- [ ] Doc added/updated
- [x] Tests added