Kyle Herock

Results 76 comments of Kyle Herock

@jamhall when you have a moment, is [this](https://hub.docker.com/u/jamhall) your DockerHub page? If you're comfortable with it, I'd like to have collaborator access to `jamhall/s3rver`. For me it's important that non-Docker-official...

Yep, that's me! Thanks for setting that up.

S3rver runs as a public bucket as it's not intended to be used as a production service for secure storage. The scope of enforcing bucket+object ACLs on a useful scale...

Could you provide a more detailed example resembling your internal tests? I'm not too familiar with how `s3.createPresignedPost`interacts with the S3 API. My guess is that the POST endpoint just...

It still looks like the parameter name sent over the wire is lowercase. From the same file you linked in the JS SDK it takes the capitalized parameter name and...

I didn't realize those services existed! That basically solves everything. I'm sure there will be some people asking about ways to avoid resolution for external services, so I'd like to...

Is this still causing problems? I'm not sure how to reproduce your issue. We do already have a test covering this behavior that seems similar to what you're trying to...

+1 since it would help this library to run on the server as well. I think it should continue to read from `Oidc.Global.fetch` since server users could then use `Oidc.Global.setFetch(require('node-fetch'))`...

This should be closed with the merge of #18.

As long as your child process calls do not override env variables, setting `NODE_OPTIONS=-r @swc/register` should suffice. Having this library automatically augment `process.env.NODE_OPTIONS` at runtime might cause issues with other...