James Bornholt
James Bornholt
Very excited to say we just launched the new Mountpoint for Amazon S3 CSI driver: https://github.com/awslabs/mountpoint-s3-csi-driver. It's also available as an [EKS add-on](https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) for easy installation in an EKS-managed Kubernetes...
Thanks for the suggestion. GitHub Actions runs some benchmarks on every commit and posts the results here: https://awslabs.github.io/mountpoint-s3/dev/bench/. It's not a very pretty page right now, and I don't think...
We definitely shouldn't panic in this case, I think we're missing some input validation in `main.rs`. (And we should document how prefixes work better too).
We've published some benchmarking documentation here: https://github.com/awslabs/mountpoint-s3/blob/main/doc/BENCHMARKING.md. As mentioned above, the results of that benchmarking are published here after every commit: https://awslabs.github.io/mountpoint-s3/dev/bench/. Thanks for the suggestion!
Thanks for the suggestion! We're looking into what's possible for Windows support, but nothing concrete to share right now.
Seems like it's really a bug in documenting the tests—we need to test against a region that has all these endpoint options available, so only some regions are valid choices...
Let's close this out for now. We can revisit if we ever try to make the tests multi-region, but I don't think we expect to make any changes here for...
Thanks for the feedback! We tried to capture our thinking here in the README: > Mountpoint for Amazon S3 is designed for high-performance access to the Amazon S3 service. While...
Thanks! We'll definitely add this. In the meantime, I'll update the documentation so at least it's clear that you can use the `AWS_PROFILE` environment variable to select a profile.
Infrastructure for this is in #26. What we still need to do is randomly inject errors (proptest).