Skip to content

Commit

Permalink
Update storage3/_async/file_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com>
  • Loading branch information
dreinon and anand2312 authored Apr 29, 2022
1 parent 637182d commit 034a218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage3/_async/file_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def list(
body["prefix"] = path or ""
response = await self._request(
"POST",
f"{self._client.base_url}object/list/{self.id}",
f"/object/list/{self.id}",
json=body,
headers=extra_headers,
)
Expand Down

0 comments on commit 034a218

Please sign in to comment.