noobaa-core
noobaa-core copied to clipboard
High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
### Explain the changes * Created the following docs for NooBaa Non Containerized - 1. Getting started 2. Configuration 3. NooBaa CLI 4. Health 5. Logging 6. Monitoring 7. Troubleshooting...
### Environment info - NooBaa Version: **VERSION** - Platform: **Kubernetes 1.14.1 | minikube 1.1.1 | OpenShift 4.1 | other: specify** [root@c83f2-dan9 ~]# rpm -qa | grep s3 gpfs.mms3-5.2.1-0.240617.104624.el9.x86_64 [root@c83f2-dan9 ~]#...
I'm evaluating noobaa as a drop-in replacement for minio for a specific use case. One of the requirements is to support an installation method via only manifests -- no operators...
### Explain the changes This PR attempts to add `context` to the errors coming from `fs_napi`. The `context` field is then used in the S3 error reporting if it's available....
### Environment info - NooBaa Version: **5.15** - Platform: **RHEL** ### Actual behavior 1. Our check for using "warmup sparse file" flow in NamespaceFS.read_object_stream() checks on the constant stat that...
### 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...
###Environment info NooBaa Version: noobaa-core-5.15.3-20240514.el9.x86_64 Platform: Standalone Noobaa ### Actual behavior 1.Account update with account name is not updating bucket_name.json file automatically. I/O is failing due to this issue. ###...
### Explain the changes 1. This is Second PR for listing unordered objects. 2. This PR contains changes in list_object(), TellDir value is passed to next list object result and...
### Goal Allow customers to keep track of object owner of an object via the S3 API ### Problem Currently when using boto3.client.list_objects, the metadata in the response under the...
### Is your feature request related to a problem? Uploading a lot of small objects is slow and wasteful. Instead, uploading a large tar or zip archives is better. If...