You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
#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.
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
The text was updated successfully, but these errors were encountered: