Skip to content

Instantly share code, notes, and snippets.

@toastdriven
Created November 18, 2013 22:46
Show Gist options
  • Select an option

  • Save toastdriven/7536753 to your computer and use it in GitHub Desktop.

Select an option

Save toastdriven/7536753 to your computer and use it in GitHub Desktop.
import boto
s3 = boto.connect_s3()
bukkit = s3.get_bucket('test_for_yellowfish')
test = bukkit.get_key('test.txt')
test.set_acl('public-read')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment