Warren Eaton
Warren Eaton
I just had the very same error but it turned out it was my bucker's policy that lacked the `s3:ListBucket` action
I'm not totally sure but just with this simple policy you should be able to list and get all the objects mounted with `s3fs` ```json { "Version": "2012-10-17", "Statement": [...
I'm having the same issues with my very new Brother DCP-T426W and `cups 2.4.11` in `arch 6.13.4-arch1-1` ```shell sudo ipptool -tv ipps://192.168.77.45:443/ipp/print get-printer-attributes.test "/usr/share/cups/ipptool/get-printer-attributes.test": Get-Printer-Attributes: attributes-charset (charset) = utf-8 attributes-natural-language...
In my case I had some ShellStep commands' dir wrong up in remote so all changes I pushed where ignored since the cdk pipeline could't self-update with the changes. My...