Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
voice-web
Commits
cf60736d
Commit
cf60736d
authored
Sep 21, 2017
by
Neil Stoker
Committed by
Michael Henretty
Sep 21, 2017
Browse files
Fix for issue #448 - include AWS signature version to enable S3 buckets in new regions (#451)
parent
d31de940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/src/lib/clip.ts
server/src/lib/clip.ts
+1
-1
No files found.
server/src/lib/clip.ts
View file @
cf60736d
...
...
@@ -30,7 +30,7 @@ export default class Clip {
private
files
:
Files
;
constructor
()
{
this
.
s3
=
new
AWS
.
S3
();
this
.
s3
=
new
AWS
.
S3
(
{
signatureVersion
:
'
v4
'
}
);
this
.
files
=
new
Files
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment