"Cloud Storage" is an ill-defined term. Are you really asking about using a CDN (Content Distribution Network)? If so, then Akamai would be the first commercial choice that comes to mind, and you might look at Coral as a free alternative.
Many providers of "Cloud hosting" are really just providing VPS services from multiple data centres. Even something like Amazon S3 is a storage tool that would site behind some kind of server - it's not directly accessible via HTTP, as far as I know. If you're comfortable building cloud-based servers into your model, to access the cloud-based file storage, than Amazon S3 would fit nicely with Amazon EC2. If improved performance is one of your goals, then the thing you need to make sure is that your WEB hosting is distributed, not just your file storage. Just "signing up for Cloud service" isn't enough - you have to design your solution to handle servers in multiple locations, figure out how to direct traffic to the closest server, automatically ramp up spare servers as load increases, etc.
That's what a CDN takes care of for you. I still think a CDN would be a better choice.