Alexandru Savin
Alexandru Savin
See https://github.com/marcorinck/angular-growl/pull/46
I would actually label this as "Help wanted" because it not a bug. This should help you: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-configuring-proxies.html.
@gitgoose you are right, this is a bug. The problem is that `serverless-s3-sync` plugin is not using the aws sdk provided by serverless api. Ex: ```javascript this.provider = this.serverless.getProvider('aws') const...
@GuidoS @k1LoW I’m preparing a PR. Should be ready in a couple of hours.
Here it is actually https://github.com/k1LoW/serverless-s3-sync/pull/12
@gitgoose can you share the configuration? It should work if you set HTTPS_PROXY.
@k1LoW can you please check this PR https://github.com/k1LoW/serverless-s3-sync/pull/16? It might be related to @gitgoose 's problem.