Skip to content

Commit

Permalink
Updated bucket and json filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Aug 28, 2014
1 parent be84af4 commit 33d579b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/get_events
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require 'aws/s3'
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE

FILENAME = "output.json"
S3_BUCKET = 's3.alfajango.com'
S3_FILENAME = 'a2rb-meetup-events.json' # or simply, FILENAME
S3_BUCKET = 'a2rb'
S3_FILENAME = 'meetup-events.json' # or simply, FILENAME
SLEEP = 1.0

GROUPS = ["Ann-Arbor-Ruby"]
Expand Down

0 comments on commit 33d579b

Please sign in to comment.