awslabs / aws-js-s3-explorer

AWS JavaScript S3 Explorer is a JavaScript application that uses AWS's JavaScript SDK and S3 APIs to make the contents of an S3 bucket easy to browse via a web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to list S3 object

sadiqkhan87 opened this issue · comments

I have the S3 explorer deployed and had been working in the past. However, today I am unable to list objects from the bucket.

I can upload content to the bucket but list object calls are failing.

Below are some of the messages from the Developer Tools.

[DEBUG 2023-08-08T15:31:41+01:00] Make S3 authenticated call to listObjects, params:

[DEBUG 2023-08-08T15:31:41+01:00] Error: {"message":"Unexpected key 'Marker' found in params","code":"UnexpectedParameter","time":"2023-08-08T14:31:41.231Z"}

Error: UnexpectedParameter: Unexpected key 'Marker' found in params

commented

Hi, can you confirm which AWS region, which git branch (master or v2-alpha, presumably v2-alpha), and which latest commit hash you are using? Also, have any changes been made to the deployed code from the time it last worked correctly to now? Thanks.

HI John, yes I am indeed using V2-Alpha #86 .

No major changes were made, I only changed the code to list S3 versions, I have reverted that change back as well but no luck.

commented

#86 is an unmerged contribution from a third-party, so I can't vouch for it. Could you re-test with a clone of the current v2-alpha branch? Obviously this won't have the features you want from pull/86, but it will help identify where the issue lies.