Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7563937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:47:28+00:00 2026-05-30T13:47:28+00:00

Is there any Amazon S3 client library for Node.js that allows listing of all

  • 0

Is there any Amazon S3 client library for Node.js that allows listing of all files in S3 bucket?

The most known aws2js and knox don’t seem to have this functionality.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T13:47:30+00:00Added an answer on May 30, 2026 at 1:47 pm

    In fact aws2js supports listing of objects in a bucket on a low level via s3.get() method call. To do it one has to pass prefix parameter which is documented on Amazon S3 REST API page:

    var s3 = require('aws2js').load('s3', awsAccessKeyId, awsSecretAccessKey);    
    s3.setBucket(bucketName);
    
    var folder = encodeURI('some/path/to/S3/folder');
    var url = '?prefix=' + folder;
    
    s3.get(url, 'xml', function (error, data) {
        console.log(error);
        console.log(data);
    });
    

    The data variable in the above snippet contains a list of all objects in the bucketName bucket.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any known way of listing the WMI classes and their properties available
Is there any Blogging software (preferably .Net based) that uses Amazon SimpleDB for persistence?
Is there any way to update files stored on Amazon CloudFront (Amazon's CDN service)?
Is there any free or commercial component written in .NET (no COM interop) that
I have an S3 Bucket that holds static content for all my clients in
Is there any cloud computing service like e.g. Google's AppEngine or Amazon's S3 out
I am writing a webservice that allows users to post files and then retrieve
How can I check files before uploading to Amazon S3 ,any tips? Updated: It
Is there any way to make fields required in an Amazon Mechanical Turk HIT?
Hi Is there any way to check the certificate of an app (e.g. Amazon

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.