Skip to content

Commit 300d20c

Browse files
committed
Update io.py
1 parent a8f8006 commit 300d20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _upload_to_s3(self, src, dst):
572572
dst_k = dst_f.replace(s3_prefix, '').lstrip('/')
573573

574574
# Copy file up to S3 (either encrypted or not)
575-
iflogger.info('Copying %s to S3 bucket, %s, as %s...'\
575+
iflogger.info('Uploading %s to S3 bucket, %s, as %s...'\
576576
% (src_f, bucket.name, dst_f))
577577
if self.inputs.encrypt_bucket_keys:
578578
extra_args = {'ServerSideEncryption' : 'AES256'}

0 commit comments

Comments
 (0)