Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds tests for presigned operations and some improvements #96

Merged
merged 8 commits into from
Jul 20, 2017
1 change: 1 addition & 0 deletions build/ruby/aws-ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _init() {
installDeps() {
gem install aws-sdk
gem install colorize
gem install multipart_body
}

main() {
Expand Down
Loading