From bc8593a9e9d263dc7d7d8c3c8eda6e56cc107a14 Mon Sep 17 00:00:00 2001 From: Devang Srivastava Date: Sat, 3 Feb 2018 23:06:03 +0530 Subject: [PATCH] Added support for different AWS SDK loading methods --- spaces.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spaces.php b/spaces.php index 48c69df..8fad88c 100644 --- a/spaces.php +++ b/spaces.php @@ -1,5 +1,4 @@ ["message" => "No AWS class loaded.", "code" => "no_aws_class", "type" => "init"]])); + } + } try { $this->client = Aws\S3\S3Client::factory(array( 'region' => $region,