This message was deleted.
# general
s
This message was deleted.
w
Was this from
<http://get.pulumi.com|get.pulumi.com>
or via HomeBrew (or something else)? get.pulumi.com is a CloudFront CDN serving directly from S3 - so this should be reasonably fast anywhere. Code for it is actually here: https://github.com/pulumi/get.pulumi.com/blob/master/infrastructure/index.ts
s
whatever the
curl -fsSL <https://get.pulumi.com/> | sh
does in its script
w
Interesting - I'm currently seeing 4.5MB/s myself (from Starbucks wifi in Seattle :-)). Can you still reproduce the slow download?
Copy code
luke:~
$ curl <https://get.pulumi.com/releases/sdk/pulumi-v0.15.2-linux-x64.tar.gz> > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 25.4M  100 25.4M    0     0  3619k      0  0:00:07  0:00:07 --:--:-- 4536k

luke:~
$ curl <https://get.pulumi.com/releases/sdk/pulumi-v0.15.2-linux-x64.tar.gz> > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 25.4M  100 25.4M    0     0  4301k      0  0:00:06  0:00:06 --:--:-- 4341k
s
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25.4M 100 25.4M 0 0 3252k 0 00008 00008 -- -- 5561k
seems fine today yeah