Skip to content

Commit

Permalink
Merge pull request #119 from awslabs/john-aws-issues-118
Browse files Browse the repository at this point in the history
Fixes #118
  • Loading branch information
john-aws committed Mar 6, 2024
2 parents cb22126 + f62f129 commit e18ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
if (result !== null) {
resetDepth();
s3exp_config = {
Bucket: result,
Bucket: htmlEscape(result),
Delimiter: '/'
};
(s3exp_lister = s3list(s3exp_config, s3draw)).go();
Expand Down

0 comments on commit e18ec68

Please sign in to comment.