eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

v3: GCS metadata acl key should be within a list #92

Closed therg closed 10 years ago

therg commented 10 years ago

While testing GCS within v3, the file permissions were not set to public on deployment. After comparing the metadata to the documentation, the acl key should be a list of permissions according to the docs (https://developers.google.com/resources/api-libraries/documentation/storage/v1beta2/python/latest/storage_v1beta2.objects.html#insert). With this change permissions are set successfully on deployment.

koenbok commented 10 years ago

Thanks!