Skip to content

A nodejs demo for the BucketWS Heroku addon, Upload files with Heroku, Optimized images

License

Notifications You must be signed in to change notification settings

vicjicaman/bucketws-heroku-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BucketWS addon + Heroku getting started

This demo repository is based on the NodeJS getting started repository from Heroku + the BucketWS addon. This application supports the Getting Started on Heroku with Node.js article - check it out.

Video

Check this 2min video that shows the process of deploy this repository,create the addon adn upload a file. view video

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

About

BucketWS is a service to let you create private or public file buckets that will be delivered over a CDN with SSL

The service feature the next functionalities:

  • Upload files signed from the server to a public bucket
  • Upload files signed from the server to a private bucket
  • Authorize the viewer to see the private bucket files
  • List the files from the public bucket
  • List the files from the private bucket
  • Upload a file anonymously

About

A nodejs demo for the BucketWS Heroku addon, Upload files with Heroku, Optimized images

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published