Skip to content

Instantly share code, notes, and snippets.

@thagomizer
Created October 20, 2016 22:21
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 thagomizer/d2067707175ce6e7dd9ce94574f16c74 to your computer and use it in GitHub Desktop.
Save thagomizer/d2067707175ce6e7dd9ce94574f16c74 to your computer and use it in GitHub Desktop.
require "google/cloud/storage"
gcloud = Google::Cloud.new "Your Project", "Path To Your Key"
storage = gcloud.storage
bucket = storage.create_bucket "my_goat_pictures"
bucket.create_file "goat.jpg", "uploaded_goat.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment