Thayne McCombs
Thayne McCombs
A have a use case where I have a set of 1 or more globs, and want to know if all of them match, rather than if any of them...
So that you can sign HEAD requests to S3. Fixes #5473 Fixes #5276 ## Motivation and Context Provide a way to create signed urls for HEAD requests to s3 ##...
### Describe the issue It appears that in order to use the `StsAssumeRoleCredehntialsProvider.Builder` you need to call an `stsClient` method to set the client that it uses. Failing to do...
### Describe the feature S3CrtAsyncClientBuilder is missing a lot of functions available for `S3AsyncClientBuilder`. In particular for my use case the `fipsEnabled` method. I would like to be able to...
This would allow doing things like selecting a toplevel using a dmenu-like selector, then passing it to another process to do something with that window, such as passing it grim...
### Terraform Version ```shell Terraform v1.7.2 on linux_amd64 ``` ### Use Cases Terraform allows you to use a [generic hostname](https://developer.hashicorp.com/terraform/cloud-docs/registry/using#generic-hostname-terraform-cloud-and-terraform-enterprise) to reference the current instance of terraform cloud or terraform...
### systemd version the issue has been seen with 255 ### Used distribution Archlinux ### Linux kernel version used 6.8.1-arch1-1 ### CPU architectures issue was seen on x86_64 ### Component...
## Feature Request #### Is your feature request related to a problem? Please describe Some encryption algorithms (for example AES/GCM) require an initialization vector that is unique for each message....
### Your Feature Request The redirect actions have a "drop-query" option to drop the query when using the `prefix` method to, but I want the opposite. I want to preserve...
This returns true if all globs in the set match the supplied file. Fixes: #2869