James Bornholt
James Bornholt
I have some Loom tests that have started segfaulting because they're overflowing the stack created by generator (the tests are running real code, so I don't have a lot of...
Right now, if you set ENABLE_SANITIZERS but they're not available for some reason, we keep chugging along as if nothing went wrong, except that your build/tests won't actually have the...
When you set `--endpoint-url` to a URI that includes a port number, we don't currently propagate that port number into the `Host` header. The CRT used to be fine with...
Right now, trying to read Glacier Flexible Retrieval or Glacier Deep Archive objects fails with EIO. ``` [ec2-user@ip-172-31-3-74 ~]$ aws s3api head-object --bucket bornholt-test-bucket --key test2GiB-GIR { "AcceptRanges": "bytes", "ContentType":...
https://github.com/awslabs/aws-c-s3/pull/226 detects concurrent mutations to an object within a single CRT GetObject and fails the request if it happens. But [our prefetcher makes more than one CRT GetObject request](https://github.com/awslabs/mountpoint-s3/blob/c999359850f4a92b8365a9fc8346f7b9cb358b4c/mountpoint-s3/src/prefetch.rs#L3), and...
Right now our CI workflow assumes you have S3 credentials, but that won't work for PRs submitted from a public fork. We should split the tests up (off the `s3_tests`...
>Creating new files in S3 Intelligent-Tiering as a default, with an option to write to S3 Standard, S3 Standard-Infrequent Access, S3 Glacier Instant Retrieval, and S3 One Zone-Infrequent Access storage...
>Remove the need for customers to manually configure Mountpoint for Amazon S3 to achieve high throughout for the instance type they are using A few of us now have misconfigured...
>Creating new files with sequential writes only - [x] Support `PutObject` (#22) - [x] Implement open/write/close operations (#119) - [ ] Make opened files visible in `readdir` - [ ]...
>Publishing file client metrics to Amazon CloudWatch https://github.com/awslabs/s3-file-connector/commit/54b5b890857fa4b5d9cb98a6eb97aeee74df600a added basic metrics support, but for now we just emit them as local log events. We should support sending them to CloudWatch,...