Skip to content

Instantly share code, notes, and snippets.

@martinos
Created September 14, 2010 21:16
Show Gist options
  • Select an option

  • Save martinos/579784 to your computer and use it in GitHub Desktop.

Select an option

Save martinos/579784 to your computer and use it in GitHub Desktop.
include AWS::S3
bucket = Bucket.find("RemoteClipboard")
obj = bucket["jenesaispas.txt"]
obj.metadata[:subject] = "This is the subject"
obj.store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment