Skip to content

Commit

Permalink
#10 Temp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyharfield committed Sep 14, 2023
1 parent 94a8bec commit 9d2ef0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soundscapes/old/a2audio/rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def process(self):
self.status = 'HasAudioData'

def getAudioFromUri(self):
print('getAudioFromUri', config['s3_access_key_id'], config['s3_secret_access_key'], self.bucket, self.uri)
c = boto.s3.connection.S3Connection(config['s3_access_key_id'], config['s3_secret_access_key'], port=config['s3_port'])
b = c.get_bucket(self.bucket, validate=False)
k = b.get_key(self.uri)
Expand Down

0 comments on commit 9d2ef0d

Please sign in to comment.