This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am ojdupuis on github. | |
* I am ojdupuis (https://keybase.io/ojdupuis) on keybase. | |
* I have a public key ASD1lzeSKxcc-V7vWrcT8XE-qfiuPFqx9HIIrp2I18yKEQo | |
To claim this, I am signing this object: |
This file contains hidden or 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 ruby | |
require "aws-sdk" | |
require "aws/s3" | |
require 'parallel' | |
require 'thor' | |
require 'colorize' | |
require 'ap' | |
require 'syslog/logger' | |
NUMBER =1 |