s3gw icon indicating copy to clipboard operation
s3gw copied to clipboard

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.

Results 102 s3gw issues
Sort by recently updated
recently updated
newest added

We have a top-level Dockerfile now, but also tools/build/Dockerfile.build-radosgw and tools/build/Dockerfile.s3gw. We should look at removing the latter two and updating the docs to only refer to the top-level Dockerfile.

kind/documentation
triage/next-candidate
kind/quality
area/containers

Add more unit tests for UI. **Note: requires said edge cases to be defined as acceptance criteria. Right now this is far too vague.**

kind/enhancement
priority/2
area/ui
area/tests
triage/proposal for closure

When accessing the s3gw on localhost via the address `http://localhost:7480` while it has DNS-style bucket access enabled may end up with errorneous authentication failures. This is due to RGW interpreting...

kind/quality
area/docs

`versioned_object` need to calculate and store the checksum.

kind/bug
triage/next-candidate
area/rgw-sfs

### What needs to be done Store metadata (e.g object id, mp id, commit time, owner) with the MP part / object version file in the SFS dir tree. ###...

kind/design
triage/next-candidate
area/rgw-sfs

### What needs to be done The `s3gw-ui` backend will need to present both the UI (at `/`), as well as the API (at `/api/`) with SSL support. ### Why...

area/ui
kind/feature
triage/proposal for closure

Tracks the various tasks (and Epics) related to UI Testing. This can be considered an Epic of Epics. ### Tasks - [ ] #292 - [ ] #609 - [...

area/ui
kind/epic
triage/proposal for closure

### What needs to be done Develop a backend for the UI. It can be implemented using either Python or NodeJS. The UI will speak to this backend via REST...

kind/enhancement
area/ui
kind/epic
triage/proposal for closure

With https://github.com/aquarist-labs/s3gw-ui/pull/269 as a quick fix to https://github.com/aquarist-labs/s3gw/issues/737 , we are essentially disabling SSL certificate validation between the UI backend and the s3gw service. This is less than ideal, because...

kind/enhancement
triage/next-candidate
area/ui
area/containers

**To Reproduce** Steps to reproduce the behavior: ``` helm install s3gw -n s3gw --create-namespace s3gw/s3gw --set publicDomain=127.0.0.1.omg.howdoi.website --set ui.publicDomain=127.0.0.1.omg.howdoi.website --version 0.16.0 --wait helm upgrade s3gw -n s3gw s3gw/s3gw --version 0.17.0...

kind/documentation
triage/proposal for closure
area/charts