Skip to content

zeke/s3-mixtape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3 Static Mixtape

An experiment in hosting static mixtape websites on S3, with the help of cors-bucket-list, a CORS-friendly proxy service that dishes up JSON listings of bucket contents.

Basic Setup

  1. Create a Static Website on S3 and set the index document to index.html
  2. Upload MP3s to a songs directory in your bucket.
  3. Set the bucket variable in index.html to your bucket name.
  4. Upload this repo to your bucket.
  5. Ensure all files in your bucket are publicly readable.

curl -H "Origin: http://example.com" --verbose
http://s3-mixtape-test.s3.amazonaws.com/songs/lunch.mp3

About

An experiment in hosting MP3 playlists on S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published