1 Answer
- Newest
- Most votes
- Most comments
0
There is no currently supported way to do that.
If you need that information, this currently works (testing using syn-nodejs-puppeteer-3.3):
const uploader = require('SyntheticsUploader');
await uploader.setUpUploader();
const s3Path = 's3://' + uploader.getS3Path();
It is completely unsupported, though.
answered 4 years ago
Relevant content
- asked 4 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
