Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created November 13, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorgue/4067781 to your computer and use it in GitHub Desktop.
Save igorgue/4067781 to your computer and use it in GitHub Desktop.
if key is None:
obj = bucket.new(
data = data
)
else:
obj = bucket.new(
key,
data = data
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment