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
In line 33 of deployment-bucket-endpoint.js if the bucket doesn't reply with a region, it sets the region as undefined. Making the second pass on aws-info throw an error Cannot read property 'toLowerCase' of undefined
Thanks - being defensive is always a good idea, but I'd like to make sure we're not misusing the S3 API - your comment above makes me think we might need to spoof a user agent or something?
Hi.
In line 33 of
deployment-bucket-endpoint.js
if the bucket doesn't reply with a region, it sets the region asundefined
. Making the second pass onaws-info
throw an errorCannot read property 'toLowerCase' of undefined
serverless-plugin-split-stacks/lib/deployment-bucket-endpoint.js
Line 33 in 247af74
The text was updated successfully, but these errors were encountered: