Open rw2 opened 1 week ago
Good news, now it's more than a one line fix!
Turned out there were two things. First the path'ing wasn't being done correctly. Second, once that was fixed, the correct paths were not being used in the correct places. So now that's fixed and the unit tests pass again.
@rw2, can you take another look at this? I think this fixes part of the issue with path-style lists, but it breaks regular GETs where we still need the object name in the generated URL (see failing tests).
On a side note, I think we still want to keep the
list-type=2
anddelimeter=/
query parameters here -- did you come to a different conclusion?