File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 🐛 Bug Report
3+ about : If something isn't working as expected 🤔.
4+
5+ ---
6+
7+ ## Bug Report
8+ <!--
9+ Thank you for reporting an issue.
10+
11+ Please fill in as much of the template below as you're able.
12+ -->
13+
14+ ### Version
15+
16+ <!--
17+ List the versions & crates of the aws-rust-sdk you are using.
18+
19+ `cargo install cargo-tree`
20+ (see install here: https://github.com/sfackler/cargo-tree)
21+
22+ Then:
23+
24+ `cargo tree | grep aws-sdk-`
25+ -->
26+
27+ ### Platform
28+
29+ <!-- -
30+ Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
31+ -->
32+
33+ ### AWS Services
34+
35+ <!--
36+ If relevant, please specify the impacted services. Otherwise, delete this
37+ section.
38+ -->
39+
40+ ### Description
41+
42+ <!--
43+
44+ Enter your issue details below this comment.
45+
46+ One way to structure the description:
47+
48+ <short summary of the bug>
49+
50+ I tried this code:
51+
52+ <code sample that causes the bug>
53+
54+ I expected to see this happen: <explanation>
55+
56+ Instead, this happened: <explanation>
57+ -->
You can’t perform that action at this time.
0 commit comments