-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant use s3 bucket names with dots #98
Comments
Hi @balihoo-gens, Does adding |
ha, will try. That PR is not mine, but by one of my coworkers, @balihoo-dengstrom |
Thanks for the link. You are not using a proxy, right? Or did s3fs get around boto/boto3#338 ? That is the issue that is blocking us from moving to boto3. |
I am using this from an AWS Lambda function |
This looks like a duplicate of Issue #26 @menshikh-iv |
@mpenkov yep |
results in:
ssl.CertificateError: hostname 'balihoo.fulfillment.dev.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'
I tried to fix this with the 'host' parameter, but I can't get it to write the file.
The text was updated successfully, but these errors were encountered: