Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Sep 5, 2014
1 parent 16c4fb6 commit f137aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'test-bucket'),
S3DIRECT_REGION='us-east-1',
S3DIRECT_DESTINATIONS={
'misc': (lambda old_filename: 'images/unique.jpg',),
'misc': (lambda original_filename: 'images/unique.jpg',),
'files': ('uploads/files', lambda u: u.is_staff,),
'imgs': ('uploads/imgs', lambda u: True, ['image/jpeg', 'image/png'],),
'vids': ('uploads/vids', lambda u: u.is_authenticated(), ['video/mp4'],)
Expand Down

0 comments on commit f137aa6

Please sign in to comment.