Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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 passprefixparameter which is documented on Amazon S3 REST API page:The
datavariable in the above snippet contains a list of all objects in thebucketNamebucket.