Created
October 20, 2016 22:21
-
-
Save thagomizer/d2067707175ce6e7dd9ce94574f16c74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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