-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add option for SSL #48
Comments
I'll take a look into this. I have somewhat dropped the ball and haven't made an update to the versions of this. Expect an update soon. |
Awesome! Thank You. |
@saadqc - Can you post the structure of your By default, the initial constructor takes in So:
|
Here is the structure: var aws_credentials= { Regarding sslEnabled option. Yes, I set that to false/true but that didn't work in my case. Also, few things that I tried to get it working but no luck with that too. Did you try on Node >= 8.0 version? |
I am trying to upload static files to S3. It works with node 4.10 but throws following error with 8.1.2
here is the task
I am sure that I have access to S3. As I can update files with node 4.1.0 version. The issue with SSL.
Can we simply put an option to use SSL or not? like in aws sdk we can use sslEnabled: false
The text was updated successfully, but these errors were encountered: