Sfoglia il codice sorgente

drop setting the acl, the bucket already has the needed acl..

main
John-Mark Gurney 7 anni fa
parent
commit
9c99bfc094
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      publishers/s3.py

+ 0
- 1
publishers/s3.py Vedi File

@@ -48,4 +48,3 @@ class S3(Publisher):
k.set_contents_from_filename(item.path)
if redirect_meta:
k.set_metadata('website-redirect-location', redirect_meta)
k.set_acl('public-read')

Caricamento…
Annulla
Salva