We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d5cc3 commit 15a7cefCopy full SHA for 15a7cef
nipype/interfaces/io.py
@@ -211,7 +211,7 @@ class DataSinkInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
211
encrypt_bucket_keys = traits.Bool(desc='Flag indicating whether to use S3 '\
212
'server-side AES-256 encryption')
213
# Set this if user wishes to override the bucket with their own
214
- bucket = traits.Str(desc='Boto3 S3 bucket for manual override of bucket')
+ bucket = traits.Any(desc='Boto3 S3 bucket for manual override of bucket')
215
# Set this if user wishes to have local copy of files as well
216
local_copy = traits.Str(desc='Copy files locally as well as to S3 bucket')
217
0 commit comments