versitygw
versitygw copied to clipboard
versity s3 gateway
**Describe the bug** PutObject request fails with "The requested URI does not represent any resource on the server" even when using root access. **To Reproduce** 1. Start gateway with azure...
**Describe the solution you'd like** Vault, S3, and POSIX IAM service backends all support setting a POSIX UID and/or GID for uploaded objects. There does not appear to be a...
**Describe the solution you'd like** The current startup message includes the version of Fiber which is probably not interesting to any users. Example: ``` Aug 12 13:19:24 s81 versitygw-scoutfs[7447]: ┌───────────────────────────────────────────────────┐...
**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 bug** `versitygw admin list-buckets` and `versitygw admin change-bucket-owner` fails for the ScoutFS backend when there are normal directories without the `user.acl` and `user.ownership` attributes set. ``` # ls...
**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...
## Description Due to difficulty in manually keeping this dockerfile up-to-date, find a way (probably github-actions) to run it and ensure that it continues to work as code changes are...
**Describe the bug** This docker image was put in to allow users to test w/o leaving a footprint on their device, and to allow for an easy test run locally....