Daniel Carl Jones
Daniel Carl Jones
Linking issue opened on Amazon Linux side: amazonlinux/amazon-linux-2023#493
Thanks for the feature request. It sounds like important information to surface, we'll look into this.
Hey @tchaton, Regarding the HeadBucket request, we replaced it with a ListObjectsV2 request in df4087bd63de7ff31984d9cc0e4a0db951359c11 about two weeks ago to help support customers who didn't want to or could not...
> > Hey @tchaton, > > Regarding the HeadBucket request, we replaced it with a ListObjectsV2 request in [df4087b](https://github.com/awslabs/mountpoint-s3/commit/df4087bd63de7ff31984d9cc0e4a0db951359c11) about two weeks ago to help support customers who didn't want...
> Hi, is there any upcoming benchmarks to be run? I am going to use [skypilot ](https://github.com/skypilot-org/skypilot/)for training orchestration, and it uses https://github.com/kahing/goofys under the hood. Would be nice to...
The PR was related to this issue and closed it prematurely, we are continuing to look into this issue to fix `--profile `.
This issue was fixed in [Mountpoint v1.9.0](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.9.0). Credential process provider in the CRT is now included as part of the profile provider used by `--profile` argument. https://github.com/awslabs/mountpoint-s3/pull/997
Thanks Josh, this is an interesting idea. I'll share with the team. I'm not aware of a use case where a user would want this to fail at the moment....
Hey Jonathon, do you have logs that contain the headers struct? Something like... `error_response_headers: Some(Headers { inner: 0x7f6170013c80 })`? I'm guessing not, I didn't see any references to headers _when...
>The other half of this would be making sure that we actually log the struct where its useful, such as when constructing requests. This may be quite a bit more...