aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-s3-over-https-using-awscli.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-07-07chore(deps): bump actions/setup-go from 4.2.1 to 5.5.0 (#6948)dependabot[bot]1-1/+1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.2.1 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.2.1...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01[s3] add tests for s3 over https using aws-cli (#6731)Taehyung Lim1-0/+79
* [s3] add tests for s3 over https using aws-cli * fix typo