Merge pull request #3550 from murillodigital/master

Missed one reference to the old bucket.
This commit is contained in:
Brad Hefta-Gaub 2014-10-06 14:31:35 -07:00
commit 4e038687cf

View file

@ -26,7 +26,7 @@
const char* MODEL_TYPE_NAMES[] = { "entities", "heads", "skeletons", "attachments" };
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
static const QString S3_URL = "https://s3.amazonaws.com/hifi-public";
static const QString PUBLIC_URL = "http://public.highfidelity.io";
static const QString MODELS_LOCATION = "models/";