Skip to content

Commit 00f368b

Browse files
Run script to vendor aws-sdk-go-v2 2025-06-17
1 parent 5a6d2fc commit 00f368b

File tree

25,261 files changed

+17331015
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

25,261 files changed

+17331015
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add core contributors to all PRs by default
2+
* @aws/aws-sdk-go-team
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Please fill out the sections below to help us address your issue.
2+
3+
### Version of AWS SDK for Go?
4+
5+
### Version of Go (`go version`)?
6+
7+
### What issue did you see?
8+
9+
### Steps to reproduce
10+
11+
If you have have an runnable example, please include it.
12+
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
name: "🐛 Bug Report"
3+
description: Report a bug
4+
title: "(short issue description)"
5+
labels: [bug, needs-triage]
6+
assignees: []
7+
body:
8+
- type: checkboxes
9+
id: ack
10+
attributes:
11+
label: Acknowledgements
12+
options:
13+
- label: I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
14+
required: true
15+
- label: I have verified all of my SDK modules are up-to-date (you can perform a bulk update with `go get -u github.com/aws/aws-sdk-go-v2/...`)
16+
required: true
17+
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Describe the bug
22+
description: What is the problem? A clear and concise description of the bug.
23+
validations:
24+
required: true
25+
26+
- type: checkboxes
27+
id: regression
28+
attributes:
29+
label: Regression Issue
30+
description: What is a regression? If it worked in a previous version but doesn't in the latest version, it's considered a
31+
regression. In this case, please provide specific version number in the report.
32+
options:
33+
- label: Select this option if this issue appears to be a regression.
34+
required: false
35+
36+
- type: textarea
37+
id: expected
38+
attributes:
39+
label: Expected Behavior
40+
description: |
41+
What did you expect to happen?
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: current
46+
attributes:
47+
label: Current Behavior
48+
description: |
49+
What actually happened?
50+
51+
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
52+
If service responses are relevant, please include wire logs.
53+
validations:
54+
required: true
55+
- type: textarea
56+
id: reproduction
57+
attributes:
58+
label: Reproduction Steps
59+
description: |
60+
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
61+
For more complex issues provide a repo with the smallest sample that reproduces the bug.
62+
63+
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
64+
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
65+
validations:
66+
required: true
67+
- type: textarea
68+
id: solution
69+
attributes:
70+
label: Possible Solution
71+
description: |
72+
Suggest a fix/reason for the bug
73+
validations:
74+
required: false
75+
- type: textarea
76+
id: context
77+
attributes:
78+
label: Additional Information/Context
79+
description: |
80+
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
81+
validations:
82+
required: false
83+
84+
- type: textarea
85+
id: Go-sdk-version
86+
attributes:
87+
label: AWS Go SDK V2 Module Versions Used
88+
description: |
89+
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
90+
validations:
91+
required: true
92+
93+
- type: input
94+
id: go-version
95+
attributes:
96+
label: Compiler and Version used
97+
description: output of the `go version` command
98+
validations:
99+
required: true
100+
101+
- type: input
102+
id: operating-system
103+
attributes:
104+
label: Operating System and version
105+
validations:
106+
required: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 General Question
4+
url: https://github.com/aws/aws-sdk-go-v2/discussions/categories/q-a
5+
about: Please ask and answer questions as a discussion thread
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "📕 Documentation Issue"
3+
description: Report an issue in the API Reference documentation or Developer Guide
4+
title: "(short issue description)"
5+
labels: [documentation, needs-triage]
6+
assignees: []
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the issue
12+
description: A clear and concise description of the issue.
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: links
18+
attributes:
19+
label: Links
20+
description: |
21+
Include links to affected documentation page(s).
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: Go-sdk-version
27+
attributes:
28+
label: AWS Go SDK V2 Module Versions Used
29+
description: |
30+
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
31+
validations:
32+
required: false
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
name: 🚀 Feature Request
3+
description: Suggest an idea for this project
4+
title: "(short issue description)"
5+
labels: [feature-request, needs-triage]
6+
assignees: []
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the feature
12+
description: A clear and concise description of the feature you are proposing.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: use-case
17+
attributes:
18+
label: Use Case
19+
description: |
20+
Why do you need this feature? For example: "I'm always frustrated when..."
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: solution
25+
attributes:
26+
label: Proposed Solution
27+
description: |
28+
Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation.
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: other
33+
attributes:
34+
label: Other Information
35+
description: |
36+
Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc.
37+
validations:
38+
required: false
39+
- type: checkboxes
40+
id: ack
41+
attributes:
42+
label: Acknowledgements
43+
options:
44+
- label: I may be able to implement this feature request
45+
required: false
46+
- label: This feature might incur a breaking change
47+
required: false
48+
49+
- type: textarea
50+
id: go-sdk-version
51+
attributes:
52+
label: AWS Go SDK V2 Module Versions Used
53+
description: |
54+
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
55+
validations:
56+
required: true
57+
58+
- type: input
59+
id: go-version
60+
attributes:
61+
label: Go version used
62+
description: Output of `go version`
63+
validations:
64+
required: true
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
name: "🔀 Migration Issue: AWS SDK Go v1 to v2"
3+
description: Report an issue or discrepancy encountered during migration from AWS SDK Go v1 to v2
4+
title: "MIGRATION ISSUE: (short issue description)"
5+
labels: [needs-triage, v1-v2-inconsistency]
6+
assignees: []
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
## Migration Issue from AWS SDK Go v1 to v2
13+
Thank you for taking the time to report your migration issue. To help us address your concerns effectively, please provide as much detail as possible.
14+
15+
- type: checkboxes
16+
attributes:
17+
label: Pre-Migration Checklist
18+
options:
19+
- label: I've read the [Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/).
20+
required: true
21+
- label: I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go) for similar migration issues.
22+
required: true
23+
24+
- type: input
25+
id: go-version
26+
attributes:
27+
label: Go Version Used
28+
description: Please specify the version of Go you are using.
29+
placeholder: e.g., Go 1.20, Go 1.21
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: migration-issue-description
35+
attributes:
36+
label: Describe the Migration Issue
37+
description: What specific problem or discrepancy are you encountering during migration?
38+
placeholder: A clear and concise description of the issue.
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: code-comparison
44+
attributes:
45+
label: Code Comparison
46+
description: |
47+
Provide code snippets comparing v1 and v2 implementations.
48+
- V1 Code Snippet:
49+
- V2 Code Snippet:
50+
Please ensure to remove any sensitive information.
51+
validations:
52+
required: false
53+
54+
- type: textarea
55+
id: observed-differences
56+
attributes:
57+
label: Observed Differences/Errors
58+
description: |
59+
Detail any errors, behavioral differences, or unexpected outcomes you are observing.
60+
Include error messages, stack traces, and any logs relevant to the issue.
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
id: additional-context
66+
attributes:
67+
label: Additional Context
68+
description: |
69+
Provide any additional information that may be relevant to understanding your migration issue.
70+
This can include dependencies, environment setup, specific AWS services involved, etc.
71+
validations:
72+
required: false
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# **PLEASE READ BEFORE CONTINUING**
2+
3+
Do not submit pull requests that directly modify generated source files, e.g. `/service/s3/api_client.go`. Generated source files will always include an identifying header:
4+
5+
```
6+
// Code generated by smithy-go-codegen DO NOT EDIT.
7+
```
8+
9+
Manual changes to these files will be overwritten by code generation that occurs as part of the daily SDK release process.
10+
11+
Do not submit pull requests that directly modify files in the `/codegen/sdk-codegen/aws-models` folder. These are API model files, owned by each AWS service team, that are updated automatically as part of the daily SDK release process. Local changes to these files will not persist.
12+
13+
If you believe the contents of any of these files need to be changed, please [open an issue](https://github.com/aws/aws-sdk-go-v2/issues/new/choose).
14+
15+
#
16+
17+
If the PR addresses an existing bug or feature, please reference it here.
18+
19+
To help speed up the process and reduce the time to merge please ensure that `Allow edits by maintainers` is checked before submitting your PR. This will allow the project maintainers to make minor adjustments or improvements to the submitted PR, allow us to reduce the roundtrip time for merging your request.
20+
21+
# Changelog
22+
23+
Make sure that your pull request contains a changelog entry. You can run `make external-changelog` to create a placeholder entry. See [Changelog documents in CONTRIBUTING.md](aws/aws-sdk-go-v2/blob/main/CONTRIBUTING.md#changelog-documents) for more details.
24+
25+
You can generate a UUID either by running `uuidgen` or by visiting a site like [uuidtools](https://www.uuidtools.com/v4)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Closed Issue Message
2+
on:
3+
issues:
4+
types: [closed]
5+
jobs:
6+
auto_comment:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: aws-actions/closed-issue-message@v1
10+
with:
11+
# These inputs are both required
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13+
message: |
14+
This issue is now closed. Comments on closed issues are hard for our team to see.
15+
If you need more assistance, please open a new issue that references this one.

0 commit comments

Comments
 (0)