
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
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.
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.
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
Unknown package
We found that sinatra-s3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.