This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby1.9.1 | |
# | |
# | |
# Testing streaming a single object into s3 | |
# In this case the kernel sources as they are a decent size for sending up | |
require 'fog' | |
key = 'AAAAA' | |
secret = 'BBBB' |