versitygw icon indicating copy to clipboard operation
versitygw copied to clipboard

versity s3 gateway

Results 74 versitygw issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** The gateway typically runs as root, so provides full access to anything below the gateway root directory only limited by bucket ownership and ACLs. You...

enhancement
backend
posix

This issue is just to capture the feature for general metrics. This should be something that can track request rates, throughput, etc. At a minimum we should allow configuring a...

enhancement

**Describe the bug** The presigned URLs generated by `s3cmd` do not include all of the authorization headers that the gateway is expecting. Since this works with AWS, we should allow...

bug
waiting_for_use_case

**Describe the solution you'd like** See this post on why "utils" is not the best package name: [https://dave.cheney.net/2019/01/08/avoid-package-names-like-base-util-or-common](https://dave.cheney.net/2019/01/08/avoid-package-names-like-base-util-or-common) **Additional context** We have in there: - auth-reader - chunk-reader - csum-reader...

enhancement

**Describe the solution you'd like** Running `golint ./...` shows a good amount of warnings about exported types not having comments, etc. We should put some effort into cleaning this up....

good first issue
warnings

**Describe the solution you'd like** Some commands like complete multipart upload can take a long time on some filesystems and possibly timeout on the client side. This causes the clients...

enhancement

**The bug** Cannot upload files to versitygw when using the posix backend on cifs mounts. **To Reproduce** Setup: ``` $ versitygw posix /mnt/cifs_mount No IAM service configured, enabling single account...

bug
posix

It would be nice to add support for OIDC authentication. However I wonder how this could be implemented using the IAM Service abstraction that you are currently implementing. OIDC e.g....

enhancement

**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...

enhancement
IAM

**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/)

enhancement