mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
Merge pull request #20 from alessandroaussems/patch-1
Add signature_version to SetSpace
This commit is contained in:
commit
dd00ef5cb0
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue