refining impl
This commit is contained in:
@ -26,6 +26,6 @@ class AbilityEstimationService(Base):
|
||||
'result': None
|
||||
})
|
||||
|
||||
return aws_helper.file_stream_upload(
|
||||
io.BytesIO(bytes(response.encode('UTF-8'))), self.file_name,
|
||||
ApplicationConfigs.s3_processed_bucket, self.ACTION)
|
||||
aws_helper.file_stream_upload(
|
||||
io.BytesIO(bytes(response.encode('UTF-8'))), self.file_name,
|
||||
ApplicationConfigs.s3_processed_bucket, self.ACTION)
|
||||
|
Reference in New Issue
Block a user