def create_report_store(self): """ Create and return a S3ReportStore. """ return S3ReportStore.from_config(config_name='GRADES_DOWNLOAD')
def create_report_store(self): """ Create and return a S3ReportStore. """ return S3ReportStore.from_config()