Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sinatra-s3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinatra-s3

  • 0.99
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Sinatra-S3 is an implementation of the Amazon S3 API. Based on the Parkplace, written by _why, Sinatra-S3 has been extended to provide additional support for ACLs, versioning and a bittorrent tracker.

Install

To install or upgrade Sinatra-S3

sudo gem install sinatra-s3 sinatra-s3 directory cd directory rake db:migrate

Or we could install from github (bleeding edge, may not work)

sudo gem install sinatra builder aws-s3 git clone git://github.com/nricciar/sinatra-s3.git cd sinatra-s3/ cp s3.yml.example s3.yml rake db:migrate

Optional Gems

ruby-git - Enable S3 versioning support. rubytorrent* - Enable S3 torrent support.

  • A custom version of rubytorrent is required to enable bittorrent support. see http://github.com/nricciar/rubytorrent.

Setup

Once Sinatra-S3 has been installed we can start our server and log in with the default username admin and password pass@word1.

rackup config.ru -p 6060

Once running log in with the username admin and password pass@word1 via the control center at http://127.0.0.1:6060/control/. Make sure to change your password!

FAQs

Package last updated on 31 Jul 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc