Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vshand11 committed Sep 12, 2024
1 parent 13c357b commit 9f322ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/copier.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def copy_file(self, file_info, overwrite, dryrun):
self.files_exist_at_dest += 1
file_info[SKIPPED] = True
return succeed

else:
file_info[SKIPPED] = False
#self.log.info(f'Copying from {org_url} to s3://{self.bucket_name}/{key.strip("/")} ...')
self.log.info(f'Copying from {org_url} to destination folder in S3 bucket ...')
dest_size = self._upload_obj(org_url, key, org_size)
Expand Down

0 comments on commit 9f322ad

Please sign in to comment.