Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

84
Views
is there a way to getObjects from s3 with the url

If I Want to get my image from s3 but using the URL as a parameter in the params is that possible. Currently, I am getting my images using the key.

    const downloadParams = {
        Key: fileKey,
        Bucket: BUCKET_NAME
    };

    const data = await s3.getObject(downloadParams);
    const stream = await fs.createReadStream(data);

    return await s3.getObject(downloadParams).createReadStream();
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If you have the full image URL you can use request or a similar library to get the file instead of using s3.getObject

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!