From 5cda801327681d27d7bc32cbb3f08afb7ef9a762 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:27:03 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d24dc6605..8832c09af36 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Maven](https://img.shields.io/maven-central/v/software.amazon.awssdk/s3.svg?label=Maven)](https://search.maven.org/search?q=g:%22software.amazon.awssdk%22%20AND%20a:%22s3%22) [![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2) -[![All Contributors](https://img.shields.io/badge/all_contributors-116-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-117-orange.svg?style=flat-square)](#contributors-) The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0, @@ -339,6 +339,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Saranya Somepalli
Saranya Somepalli

💻 Ran Vaknin
Ran Vaknin

💻 Greg Oledzki
Greg Oledzki

💻 + Kevin Stich
Kevin Stich

💻 From 8ff77fd592e355ab1766aa1cc84aee22185d3f11 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:27:04 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 557c0af7145..35f26df9032 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1048,6 +1048,15 @@ "contributions": [ "code" ] + }, + { + "login": "kstich", + "name": "Kevin Stich", + "avatar_url": "https://avatars.githubusercontent.com/u/26905335?v=4", + "profile": "https://github.com/kstich", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,