lib/fog/rackspace/examples/storage/upload_file.rb in fog-1.22.0 vs lib/fog/rackspace/examples/storage/upload_file.rb in fog-1.22.1

- old
+ new

@@ -40,6 +40,5 @@ 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 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" -