Keith Derrick
Keith Derrick
I had the same problem today. It appears that you need to do the `import: [MinioModule.register(...)]` call in every module where you want to use it. So, the advice to...
I was expecting it to work like `CacheModule` - register it once `app.module` and then inject it into the constructor of any service which needs it.
> This makes it clearer, and is the standard way of representing the difference between bit and Byte. But only in abbreviations such as kbit vs kB or Mbit vs...
I can confirm @R-Goc 's output (https://github.com/rust-lang/cargo/issues/13457#issuecomment-1957834320) Running on Ubuntu 22.04, curl 7.81, openssl 3.x Oddly, if I use the `-Iv` keys it nearly always works. If I drop the...
Just went through this with query params. Try changing the header type to `Option`
Yep, just checked (as I'm about to work on the same thing). This ``` ... params( ("X-Request-ID" = Option, Header, description = "Optional header"), ("X-Required-ID" = String, Header, description =...