pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

Is the URL approach supported for all file systems?

Open chris-hailstorm opened this issue 7 years ago • 1 comments

I attempted this command:

opener.opendir('s3://KEYPART:SECRETPART@BUCKET/path-within-bucket')

Results in the error "BotoClientError: Bucket names cannot contain upper-case characters when using either the sub-domain or virtual hosting calling format."

An analogous command using ftp://, sftp:// or osfs:// works fine.

Is the URL approach to specifying a connection not implemented for all file systems?

chris-hailstorm avatar Mar 30 '17 19:03 chris-hailstorm

+1

afarbos avatar Apr 05 '17 12:04 afarbos