From 357937f5a9d2624d189bb9c71bc63fcda610de2a Mon Sep 17 00:00:00 2001 From: Trevor Sacks Date: Wed, 20 Mar 2019 18:42:08 -0400 Subject: [PATCH] Updating URL Updating the URL to the current one used by Dreamhost as of 3/20/2019 --- src/Adapter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Adapter.php b/src/Adapter.php index 7dad487..285c3d2 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-east-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 +}