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

205
Views
Is there any way to check existence of a path in S3 bucket using AWS SDK for Node.js?

I want to check whether there exist a path (e.g. /myTest) in my bucket or not. The only way that I can handle it is that try to find whether there exist an object in my bucket that its key matches the path+'\/?.*' regex.

AWS SDK for javascript has the function getObject that in its params gets an string for the key param. But it seems that the value of this parameter could not accept regex. So I'm not sure whether there is any way to check the existence of a path in S3 bucket.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Call listObjects with a Prefix parameter.

over 4 years ago · Santiago Trujillo Report

0

Use listObjectsV2

Important
This section describe the latest revision of the API. We recommend that you use this revised API, GET Bucket (List Objects) version 2, for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, GET Bucket (List Objects) version 1. For more information about the previous version, see GET Bucket (List Objects) Version 1.

Source: amazon s3 api reference

over 4 years ago · Santiago Trujillo 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!