def _bucket(): """ Gets the S3 bucket. """ conn = boto.connect_s3() return conn.create_bucket(s3_bucket)