Hi All, I need to grant 'public read' access to a file uploaded to a bucket that is private. I can make the file public from AWS console, I need to do the same programmatically.
How can I do this using 'bucket.upload_object()'? There's an 'extra' field in this method, is there a way to put some params in this field to make the uploaded file publicly available for read? Thanks, Sushant
