Avoid loading unnecessary service via autoload by pocke · Pull Request #269 · fog/fog-core

This change avoids loading unnecessary service classes when the service is defined with autoload, such as fog-aws. Problem fog-aws uses autoload to load each service to avoid loading unnecessary s...