feature/IO-2282-VSSTA-Integration: - doc blocks / cleanup

This commit is contained in:
Dave Richer
2025-04-15 13:39:34 -04:00
parent 30f34a17ea
commit 0e75f54d6e

View File

@@ -1,3 +1,7 @@
// Notes: At the moment we take in RO Number, and ShopID. This is not very good considering the RO number can often be null, need
// to ask if it is possible that we just send the Job ID itself, this way we don't need to really care about the bodyshop, and we
// don't risk getting a null
const axios = require("axios");
const { S3Client, PutObjectCommand } = require("@aws-sdk/client-s3");
const { getSignedUrl } = require("@aws-sdk/s3-request-presigner");