lib/fog/rackspace/examples/storage/upload_file.rb in fog-1.19.0 vs lib/fog/rackspace/examples/storage/upload_file.rb in fog-1.20.0
- old
+ new
@@ -38,8 +38,8 @@
# upload file
upload_file = File.join(File.dirname(__FILE__), "lorem.txt")
file = directory.files.create :key => 'sample.txt', :body => File.open(upload_file, "r")
-puts "You should not be able to view this file via CDN at #{file.public_url}"
+puts "You should be able to view this file via CDN at #{file.public_url}"
puts "To delete the container and associated file please execute the delete_directory.rb script\n\n"