Description
Explain the technical problem or objective.
The save_job function does not always raise an exception when it fails to upload a file but instead returns false. However, the rest of the code the does not check the result of save_job to ensure it has succeeded.
Acceptance Criteria
- The task is complete when save_job call results are examined and acted upon accordingly.
OR
- The task is complete when save_job always raises an error when failing to upload a file.
Notes
- This might require general change of the entire s3_utils functions.
Description
Explain the technical problem or objective.
The save_job function does not always raise an exception when it fails to upload a file but instead returns false. However, the rest of the code the does not check the result of save_job to ensure it has succeeded.
Acceptance Criteria
OR
Notes