I've enabled JetS3t and configured a storage plugin for S3, but I'm having trouble connecting to an S3 bucket URI that the parser doesn't seem to like. I know it's a valid S3 bucket since it doesn't violate any of the naming conventions and can access the data via s3cmd.
The error I am seeing is: org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalArgumentException: Invalid hostname in URI s3n://exports.data.0-b I suspect the '0' in the bucket name is causing the issue, since removing it will at least get passed the URI error. Is this a configuration issue with JetS3t? Any ideas?
