Masanori Matsumoto
Masanori Matsumoto
https://github.com/aws/smithy-go is licensed under Apache License 2, but LicenseFinder says 'unknown.' I am not sure, but it might because aws/smithy-go [LICENSE](https://github.com/aws/smithy-go/blob/main/LICENSE) file does not contain 'END OF TERMS AND CONDITIONS'...
In Amazon S3, LastModified is updated when source and destination are the same. You can confirm that the LastModified of list-obejects-v2 is updated by executing the following shell script: ```sh...
## Software versions * **OS**: golang:1.22.2-bullseye (docker image), ubuntu 22.04 * **Consumer Pact library**: pact-go v2.0.4 * **Golang Version**: `go version go1.22.2 linux/amd64`, `go version go1.22.1 linux/amd64`, `go version go1.22.0...
I am using the assume_role_with_web_identity command, but I have a problem with an extra hyphen (`-`) at the end of role_session_name. I probably because tr command replaces carriage return emmited...
**Describe the bug** `restartPolicy: Always` is dropped from initContainer. https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/ **Steps to reproduce** Apply following deployment: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: appmesh-test labels: component: appmesh-test spec: replicas: 1...