Skip to content

ryfeus/s3-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3-browser

Script generates index.html files for s3 bucket which enables browser experience.

Example how it looks like

Link: https://ryfeus-storage.s3.amazonaws.com

image

How to start

  • Install AWS CLI and configure your programmatic access
  • Set up variables
strBucket = 'ryfeus-storage'
strPrefix = ''
strIndexFile = 'index.html'
strTemplate = 'index_template.html'

recPopulateIndexFiles(strBucket,strPrefix,strTemplate)
  • Run the code

Things to keep mind

  • index.html files will be publicly available
  • script doesn't make files publicly available too

About

Script generates index.html files for s3 bucket which enables browser experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published