Skip to content

Commit 06444a6

Browse files
committed
/vsis3/: fix support for listing directory buckets that had been broken per 4bd8d57
1 parent 97962f7 commit 06444a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

port/cpl_vsil_s3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ bool VSIDIRS3::IssueListDir()
576576
}
577577

578578
struct curl_slist *headers =
579-
VSICurlSetOptions(hCurlHandle, poHandleHelper->GetURL().c_str(),
579+
VSICurlSetOptions(hCurlHandle, l_poHandlerHelper->GetURL().c_str(),
580580
aosHTTPOptions.List());
581581

582582
headers = l_poHandlerHelper->GetCurlHeaders("GET", headers);

0 commit comments

Comments
 (0)