PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
287 stars 63 forks source link

Is the URL approach supported for all file systems? #271

Open chris-hailstorm opened 7 years ago

chris-hailstorm commented 7 years ago

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?

afarbos commented 7 years ago

+1