awslabs / aws-js-s3-explorer

AWS JavaScript S3 Explorer is a JavaScript application that uses AWS's JavaScript SDK and S3 APIs to make the contents of an S3 bucket easy to browse via a web browser.
Apache License 2.0
818 stars 273 forks source link

Getting 'ContinuationToken' does not exist on type '{ Bucket: any; Prefix: any; Delimiter: any; }' #75

Open reyvanth08 opened 4 years ago

reyvanth08 commented 4 years ago

I just used the same files, but I'm stuck with this error

john-aws commented 4 years ago

Can you provide more details? Which code branch are you using (master or v2-alpha)? Which line of code is causing this error? What environment are you running the code in (browser version?) Are you using TypeScript in some way (how)?