Commit e212b2a9 by Gregory Martin

Update Image ACL

parent 2a0f4ad9
...@@ -146,6 +146,7 @@ class VideoImages(object): ...@@ -146,6 +146,7 @@ class VideoImages(object):
) )
image_keys.append(upload_key.key) image_keys.append(upload_key.key)
upload_key.set_contents_from_filename(generated_image) upload_key.set_contents_from_filename(generated_image)
upload_key.set_acl('public-read')
return image_keys return image_keys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment