Skip to content

Commit

Permalink
fix dest path for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Aug 9, 2023
1 parent 2d7d34e commit 2c59a65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions waterbutler/providers/s3/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ async def intra_copy(self, dest_provider, source_path, dest_path):
"""
await self._check_region()

dest_path = WaterButlerPath('/' + self.settings.get('id', ':/').split(':/')[1] + dest_path.path)

exists = await dest_provider.exists(dest_path)

dest_key = dest_provider.bucket.new_key(dest_path.path)
Expand Down

0 comments on commit 2c59a65

Please sign in to comment.