Skip to content

Commit a2ed0b8

Browse files
committed
Forgot to add comments
1 parent ae2ca19 commit a2ed0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/ProviderTests/Issues/AmazonIssues.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class AmazonIssues : TestBase
1515
public async Task Issue66(S3Provider provider, string bucket, ISimpleClient client)
1616
{
1717
//Issue: When setting EncodingType to Url, it creates an infinite loop
18-
//Investigation: TODO
19-
//Resolution: TODO
18+
//Investigation: Amazon URL encode the NextKeyMarker value, so when returned to AWS as KeyMarker, it gets double encoded.
19+
//Resolution: KeyMarker is now URL decoded before sent to AWS
2020

2121
string[] names = ["a%20.txt", "a&1.txt", "a(1).exe", "folder1/a%20.txt"];
2222

0 commit comments

Comments
 (0)