Commit e2bfd35
authored
Adjust
## Motivation and Context
This PR is a prerequisite for #4203.
# Details
PR4203 has updated some of the `AuthSchemeId` string values, which
causes the `no_auth` test to fail in the semver hazards check. This
happens because the inner string value for `NO_AUTH_SCHEME_ID` has been
modified from `no_auth` to `noAuth`.
To resolve this, this PR updates the test expectation so that it no
longer depends on raw string values. Once this PR is merged and released
from `aws-sdk-rust`, PR4203 should pass the semver hazards check
successfully.
Also the test has been moved to `no_auth.rs` since it is not specific to
S3 Express; it was originally placed in `express.rs` because the issue
was first discovered while investigating S3 Express behavior.
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._no_auth test expectation to address semver hazards failure (#4211)1 parent 1799955 commit e2bfd35
2 files changed
+29
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
0 commit comments