Skip to content

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.

License

geneontology/aws-js-s3-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS JavaScript S3 Explorer

This is a fork of lpalbou/aws-js-s3-explorer, from the the upstream AWS S3 Explorer.

HOWTO

To work against different buckets, one must first update index.html to point to the correct bucket:

- s3exp_config.Bucket = "geneontology-reroute"
+ s3exp_config.Bucket = "go-data-product-release"

With the same (updated) bucket, reindexing looks like: you@computer:~/local/src/git/aws-js-s3-explorer[master]$:) AWS_ACCESS_KEY_ID=123 AWS_SECRET_ACCESS_KEY=456 time python3 s3_add_index.py -o go-data-product-release

Afterwards, you may want to run your invalidations on CloudFront, if that is what you are using.

Notes

Currently, there is no way to do a partial update--the entire repo is reindexed with this action.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 94.7%
  • Python 5.3%