示例#1
0
 def create_report_store(self):
     """ Create and return a S3ReportStore. """
     return S3ReportStore.from_config(config_name='GRADES_DOWNLOAD')
示例#2
0
 def create_report_store(self):
     """ Create and return a S3ReportStore. """
     return S3ReportStore.from_config()
示例#3
0
 def create_report_store(self):
     """ Create and return a S3ReportStore. """
     return S3ReportStore.from_config()
示例#4
0
 def create_report_store(self):
     """ Create and return a S3ReportStore. """
     return S3ReportStore.from_config(config_name='GRADES_DOWNLOAD')