文件名称:sinatra-aws-s3:与 Amazon 的 S3 配合使用的后端实用程序服务
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-21 13:06:37
Ruby
Sinatra AWS S3 机架应用程序 机架应用程序为亚马逊 s3 上传创建签名策略。 $ cd $ git clone git@github.com:namelessnotion/sinatra-aws-s3.git 将这些放在将要运行的地方(例如 .bash_profile 或 .zshrc) export AMAZON_ACCESS_KEY_ID=your_access_key_id export AMAZON_SECRET_ACCESS_KEY=your_access_key_secret 我会安装 rbenv 和 ruby-build 使用rbenv编译安装ruby 1.9.2p290 $ cd sinatra-aws-s3 $ gem install bundler $ bundler install $ bundle exec thin start
【文件预览】:
sinatra-aws-s3-master
----.rbenv-version(11B)
----Rakefile(223B)
----sinatra-aws-s3.gemspec(705B)
----.rbenv-gemsets(15B)
----Gemfile(181B)
----Gemfile.lock(1KB)
----examples()
--------config.ru(367B)
----spec()
--------server_spec.rb(1KB)
--------sinatra_aws_s3_spec.rb(431B)
--------s3()
--------spec_helper.rb(732B)
----.gitignore(5B)
----lib()
--------sinatra_aws_s3()
--------sinatra_aws_s3.rb(700B)
--------sinatra()
----README.md(646B)