我注意到以下问题,使用公共URL可以全速下载文件,在我的子域下,下载量大大低于正常水平。为什么会这样?
$ aria2c -x 1 https://storage.googleapis.com/gcs.mydomain.com/path/to/public/file.ext
[snip]
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
e77479|OK | 228MiB/s|/home/skhaz/file.ext
$ aria2c -x 1 https://gcs.mydomain.com/path/to/public/file.ext
[snip]
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
cfcb2e|OK | 17MiB/s|/home/skhaz/file.1.ext
$ du -h *.ext
62M file.1.ext
62M file.ext