Skip to content

S3 Authentification

pschrammel edited this page Sep 19, 2014 · 1 revision

To secure the upload (usually only your apps should do this). You can configure a secret key store. A very simple one is already built in. Write this int your config.rb:

Blobsterix.secret_key_store=Blobsterix::S3Auth::KeyStore.new("myid" => "supersecretkey")

Clone this wiki locally