noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...

Results 335 noobaa-core issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Continuation of #5714 and #5715 - Local Cache with Namespace Bucket and Discard Tier, in order for the namespace reads...

Type:Enhancement

**Is your feature request related to a problem? Please describe.** Currently, the S3 authentication flow is a part of the auth_server authorization flow. This creates a complex authorization mechanism that...

Type:Enhancement
Type:Technical Debt

**Is your feature request related to a problem? Please describe.** I would like that the operator CLI will provide an api discovery when implementing https://github.com/noobaa/noobaa-operator/issues/138 **Describe the solution you'd like**...

Type:Enhancement

### Environment info - NooBaa Version: 5.18 - Platform: NC ### Actual behavior 1. When using child process configuration (`ENDPOINT_FORKS` in the `config.json`) the `bucket_namespace_cache` is not shared between the...

NS-FS
Non Containerized

### Explain the changes This PR intends to fix the parsing issue present in our NewLine reader. Previously, the reader would perform partial reads (4096 bytes) and would force covert...

size/L

### Explain the changes This PR replaces the pre-existing sorting functions in listObjects (NSFS) with a new one which tries to treat strings as UTF8 encoded Uint8Arrays. This helps with...

size/L

### Environment info - NooBaa Version: **VERSION** - Platform: **Kubernetes 1.14.1 | minikube 1.1.1 | OpenShift 4.1 | other: specify** ### Actual behavior 1. following https://github.com/noobaa/noobaa-core/pull/8424, we accept all types...

### Environment info - NooBaa Version: **VERSION** - Platform: **Kubernetes 1.14.1 | minikube 1.1.1 | OpenShift 4.1 | other: specify** Noobaa 5.17.0-20240921 d/s build ### Actual behavior 1. When we...

NS-FS

### Explain the changes 1. Issue is with list_object api, list_object is failing with specific dir strucute and not returning complete items in that bucket. 2. dir_key and marker_dir comparison...

size/L

### Environment info - NooBaa Version: 5.18 - Platform: All ### Actual behavior 1. Currently on NamespaceFS we return all parts (max 10K) instead of paginating the request. For more...

NS-FS