s3gw
s3gw copied to clipboard
Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
Maintaining extensions and patches downstream from radosgw is not without disadvantages: - Merge conflicts on rebase on later upstream releases - This slows down roll out new features and requires...
This issue raised after rebasing on top of ceph's 18.2.0. The `test_get_object_torrent` is using the `omap_get_vals_by_keys` call that is not implemented yet in `sfs` ```bash 2023-10-18T14:52:46.880+0200 7f608ac5f6c0 2 req 0...
The sqlite database is created with mode 644, so is world readable. It should probably be created with mode 640, to avoid random unprivileged users being able to read it.
Following on from https://github.com/aquarist-labs/ceph/pull/39, we should implement a class that knows how to iterate through metadata keys (users, buckets, ... what else?) so that the `max` and `truncated` arguments to...
During the evaluation of a different UI, `MinIO Console`, i realized that the `dbstore` storage backend does not support [AWS STS](https://docs.ceph.com/en/quincy/radosgw/STS/). `MinIO Console` is using that to request temporary credentials...
### What needs to be done This is a placeholder, information tba ### Why it needs to be done ### Acceptance Criteria ### Additional Information
## Description Identity and Access Management (IAM) is a mechanism part of Amazon Web Services that allow "securely managing identities and access to AWS services and resources" ([AWS docs][aws-iam]). With...
### What needs to be done Merge the charts & tools repository into the main s3gw repo. ### Why it needs to be done We want to simplify the release...
### What needs to be done If a client creates a bucket with a location constraint, that request fails. Call: `client.create_bucket(Bucket=bucket_name, CreateBucketConfiguration={'LocationConstraint': location_constraint})` Details on how that is evaluated are...
**Describe the bug** A clear and concise description of what the bug is. With bucket versioning enabled, when multiple copies of the object are uploaded and an older copy is...