Merge pull request #20 from alessandroaussems/patch-1

Add signature_version to SetSpace
This commit is contained in:
Devang Srivastava 2018-11-23 10:38:33 +05:30 committed by GitHub
commit dd00ef5cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,8 @@ class SpacesConnect {
'key' => $this->access_key, 'key' => $this->access_key,
'secret' => $this->secret_key, 'secret' => $this->secret_key,
), ),
'bucket_endpoint' => true 'bucket_endpoint' => true,
'signature_version' => 'v4-unsigned-body'
)); ));
return $this->ObjReturn(true); return $this->ObjReturn(true);
} catch (\Exception $e) { } catch (\Exception $e) {