rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Add ability to specify custom http client

Open 0x241F31 opened this issue 1 year ago • 1 comments

I want to be able to connect to my s3 instance via unix domain socket, so it would be nice to have feature to configure or specify custom http client to achieve this.

0x241F31 avatar Apr 23 '24 06:04 0x241F31

@MrFoxPro I was thinking about something like that a while ago, it would to be done in a similar fashion to the way async runtimes are implemented, ie a Trait, and then implementations for specific clients. I might come up with a trait and implementations for different clients, so folks could contribute implementations for different clients.

durch avatar Jun 17 '24 06:06 durch