We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dc113 + bc3ce3b commit 2b6e200Copy full SHA for 2b6e200
1 file changed
index.js
@@ -5,7 +5,8 @@ const AWS = require('aws-sdk');
5
const DEFAULT_POLL_TIME = 3 * 1000;
6
7
const s3 = new AWS.S3({
8
- apiVersion: '2006-03-01'
+ apiVersion: '2006-03-01',
9
+ signatureVersion: 'v4'
10
});
11
12
class S3Notifier {
0 commit comments