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
A "meteor update" broke my previously working setup in which I configure slingshot with a --settings CLI argument containing the following (substituting my actual values):
This arises in the line xhr.send(buildFormData()); in upload.js.
And indeed, the DNS name does not resolve. However, my_bucket.s3.amazonaws.com does resolve and, as far as I can tell, this was the name slingshot 0.3.0 would use.
So it seems, at least for my use of slingshot without setting the "region" variable, the code is now broken.
The text was updated successfully, but these errors were encountered:
Hi,
A "meteor update" broke my previously working setup in which I configure slingshot with a --settings CLI argument containing the following (substituting my actual values):
In the browser JS console, the first error I see is:
This arises in the line
xhr.send(buildFormData());
in upload.js.And indeed, the DNS name does not resolve. However,
my_bucket.s3.amazonaws.com
does resolve and, as far as I can tell, this was the name slingshot 0.3.0 would use.So it seems, at least for my use of slingshot without setting the "region" variable, the code is now broken.
The text was updated successfully, but these errors were encountered: