config.ru in shutterbug-0.5.0 vs config.ru in shutterbug-0.5.1
- old
+ new
@@ -12,9 +12,10 @@
config.uri_prefix = "http://localhost:9292"
config.path_prefix = "/shutterbug"
config.s3_key = ENV['S3_KEY']
config.s3_secret = ENV['S3_SECRET']
config.s3_bin = "ccshutterbugtest"
+ # config.skip_direct_upload = true
end
app = Rack::Directory.new "demo"
run app