Skip to content

Commit

Permalink
fix folder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff authored and cslzchen committed Aug 8, 2023
1 parent e627806 commit 253dff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waterbutler/providers/s3/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@ async def _metadata_folder(self, path):
]

for content in contents:

if content['Key'] == path.path:
continue

if content['Key'] == params['prefix']:
continue

Expand Down

0 comments on commit 253dff0

Please sign in to comment.