Skip to content

Commit

Permalink
Fix issues with S3 dot segment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Jun 4, 2024
1 parent e872b11 commit 8d6cf61
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions smithy-aws-protocol-tests/model/restXml/services/s3.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,6 @@ operation DeleteObjectTagging {
host: "s3.us-west-2.amazonaws.com",
resolvedHost: "mybucket.s3.us-west-2.amazonaws.com",
body: "",
queryParams: [
"tagging"
],
params: {
Bucket: "mybucket",
Key: "../key.txt"
Expand All @@ -382,13 +379,10 @@ operation DeleteObjectTagging {
""",
protocol: restXml,
method: "GET",
uri: "foo/../key.txt",
uri: "/foo/../key.txt",
host: "s3.us-west-2.amazonaws.com",
resolvedHost: "mybucket.s3.us-west-2.amazonaws.com",
body: "",
queryParams: [
"tagging"
],
params: {
Bucket: "mybucket",
Key: "foo/../key.txt"
Expand Down

0 comments on commit 8d6cf61

Please sign in to comment.