You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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://
orosfs://
works fine.Is the URL approach to specifying a connection not implemented for all file systems?
The text was updated successfully, but these errors were encountered: