Summary
Existing code for the extension follows C style conventions. We want to change this to follow C++ conventions.
Acceptance Criteria
- Change .cxx extension to .cpp.
- Change naming from underscore casing to camel case.
- Change class name to S3Connection.
- Change store name to S3StorageSource.