You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
var AWS = require('aws-sdk');
var s3 = new AWS.S3({accessKeyId: config.AWSACCESSKEYID, secretAccessKey: config.AWSSECRETACCESSKEY, region: config.AWSREGION});
--> Without glimpse installed data.body is a UInt8Array with a length that matches content. With glimpse installed the array is always empty. i.e. retrieving an object from S3 fails
});
The text was updated successfully, but these errors were encountered:
Thanks for submitting the issue, @chriskinsman! We've been able to reproduce the problem and have a pretty good idea of what's happening; it looks like our interception of the response data for Glimpse reporting purposes is interfering with aws-sdk's management of the response data. We'll work on a fix and let you know when it's available in an upcoming release.
It looks like we have a solution and are currently doing some testing to make sure we have gotten all the edge cases we can see. Hopefully this will get in the upcoming release. We will let you know how testing goes! Thanks again.
var AWS = require('aws-sdk');
var s3 = new AWS.S3({accessKeyId: config.AWSACCESSKEYID, secretAccessKey: config.AWSSECRETACCESSKEY, region: config.AWSREGION});
--> Without glimpse installed data.body is a UInt8Array with a length that matches content. With glimpse installed the array is always empty. i.e. retrieving an object from S3 fails
});
The text was updated successfully, but these errors were encountered: