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
825 stars 276 forks source link

Fixes #118 #119

Closed john-aws closed 8 months ago

john-aws commented 8 months ago

Escape the text input from bootbox prompt.

Related: bootbox/issues/661