Skip to content

Commit

Permalink
squash - Create separate tasks for filesystem and S3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 12, 2024
1 parent b9ad8d2 commit a079445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irods_capability_automated_ingest/irods/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def sync_file(hdlr_mod, logger, session, meta, op, **options):
)

# If data object doesn't exist, just do a standard put
# If data object does exists, we know op=PUT_SYNC, and we re-copy whole file again, so it is fine also
# If data object does exist, we know op=PUT_SYNC, and we re-copy whole file again, so it is fine also
else:
logger.info(
f"uploading object {source_physical_fullpath} from local filesystem, options = {options}"
Expand Down

0 comments on commit a079445

Please sign in to comment.