From f2f42d8b4b249f532659da2219109ed21772c2fd Mon Sep 17 00:00:00 2001 From: Alexander Reichardt Date: Sun, 5 Feb 2017 21:16:24 +0100 Subject: [PATCH] Updated DreamObjects host name --- src/Adapter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Adapter.php b/src/Adapter.php index 7dad487..508eccc 100644 --- a/src/Adapter.php +++ b/src/Adapter.php @@ -14,7 +14,7 @@ public function __construct($key, $secret, $bucket, UploadBuilder $UploadBuilder { define('AWS_KEY', $key); define('AWS_SECRET_KEY', $secret); - define('HOST', 'https://objects.dreamhost.com'); + define('HOST', 'https://objects-us-west-1.dream.io'); $this->bucket = $bucket; @@ -34,4 +34,4 @@ public function getUrl($path, $expires = null) { return $this->client->getObjectUrl($this->bucket, $path, $expires); } -} \ No newline at end of file +}