Ben McClelland
Ben McClelland
**Describe the solution you'd like** The IAM service options are getting a bit overwhelming in the help output. Since we anticipate several more IAM service integrations in the future, lets...
**Describe the solution you'd like** Add Supply Chain Levels for Software Artifacts provenance to release artifacts to help security of releases. See more info on this blog: [https://goreleaser.com/blog/slsa-generation-for-your-artifacts/](https://goreleaser.com/blog/slsa-generation-for-your-artifacts/)
**Describe the solution you'd like** We are currently limited to unsigned payloads for the backend S3 service for put object and put part because the content body is set to...
The internal IAM service is just meant to be a simple IAM service for a handful of local accounts. For a more scalable approach, we would probably want to interface...
**Describe the solution you'd like** We could add a syslog logging endpoint for s3log **Additional context** This is lower priority for now, unless someone really wants this. But this might...
Since the first pass authorization only included Bucket ACLs, I'm opening a ticket to backlog Object ACL work. This is lower priority right now, so we will come back to...
This looks promising: https://docs.gofiber.io/api/middleware/requestid/ and we will want to fill in the requestid in the error responses here: https://github.com/versity/versitygw/blob/main/s3api/controllers/base.go#L425 https://github.com/versity/versitygw/blob/main/s3api/controllers/base.go#L428 https://github.com/versity/versitygw/blob/main/s3api/controllers/base.go#L442 https://github.com/versity/versitygw/blob/main/s3api/controllers/base.go#L449 and this will need to work with audit...
Once we have a release tag, we should follow a more formal PR and commit template for change clarity. This issue is to track progress for this template.
**Describe the bug** This is just noticed in code, and hasn't been reported in practice yet. The s3log/webhook, s3event/kafka, s3event/nats, and s3event/webhook send the message in a separate goroutine. We...
**Describe the solution you'd like** We would like to optionally support object versioning compatible with AWS S3. The following requirements/behaviors are expected: * Only enabled when specifically configured * Storing...