Open ssshah5 opened 7 years ago
I have this issue too, I am still unable to make it work. However to set the correctClockSkew: true
can be done under the s3Options object
see this > s3 config constructor
s3Options: {
accessKeyId: XXX
secretAccessKey: XXX,
correctClockSkew: true,
I am able to run functions like listBuckets(), getSignedUrl() etc. However listObjects() doesn't work for me. Its always giving me null. I am using it as follows
Its returning a null and there is no error messages returned. I was reading about it on this forum (https://stackoverflow.com/questions/37732794/aws-s3-listobjects-suddenly-returning-null-data-object-with-message-type-erro) and it asks to set the "correctClockSkew=true". However, I am not sure where to set this value. Any pointers would be much appreciated.