DriesCruyskens
DriesCruyskens
To my understanding the solution is very simple. The AWS SDKs pick up the EC2 instance roles automatically as outlined in [the docs](https://docs.aws.amazon.com/sdkref/latest/guide/standardized-credentials.html): > All SDKs have a series of...
@ryanto Works like a charm. I provide AWS credentials as environment variables in development to access an S3 bucket. In production I provide no variables but attached an instance profile...
I had the same issue. Upgrading cocoapods from 1.11 to 1.16 solved it.
> /var/run/secrets/kubernetes.io/serviceaccount/ca.crt This path is mounted by default on all containers. More info at . It is mentioned in the MinIO docs that they, by default, use this CA to...
Sorry for the delay. Yes the added paragraph and specifically the link to the certificates makes it clear how to solve this problem. Thank you!
Using the following commands: ```shell $ sh
- `nix-env -q` does not list devenv. devenv is **not** available when opening new shell. - `nix-store --gc` also removes devenv When I follow all the symlinks of my nix...
Running `nix-store -q --roots /nix/store/y9hqy0x0rrdhsz2qkfmyrw6l62lgxhvw-user-environment` returned an empty document. I was indeed able to fix the issue by uninstalling and using detsys installer. Thanks for your time on this great...
I can confirm that ```ts server: { install: ["sharp"], }, ``` is in fact broken and that > Here is a workaround that worked for me... > > Create a...