s3manager icon indicating copy to clipboard operation
s3manager copied to clipboard

Opening bucket hosted by adobe/s3mock fails with "Not Found" message

Open skliarie opened this issue 11 months ago • 0 comments

Latest s3manager (docker.io/cloudlena/s3manager@sha256:9f03347d5b56f1807c012e0685bfb12588c055266ac0ff222c4727717957d41d as of 20241203) when pointed to adobe/s3mock hosted S3, successfully shows buckets:

2024/12/03 09:27:53 GET /buckets        37.395177ms
2024/12/03 09:27:53 GET /static/css/material-fonts.css  409.411µs
2024/12/03 09:27:53 GET /static/js/materialize.min.js   1.001021ms
2024/12/03 09:27:53 GET /static/css/materialize.min.css 1.603145ms
2024/12/03 09:27:53 GET /static/js/jquery-3.6.0.min.js  1.003247ms
2024/12/03 09:27:54 GET /favicon.ico    57.797µs

But when trying to open a bucket, "Not Found" message is shown:

2024/12/03 09:28:45 GET /buckets/gwpa-bkt       39.546343ms
2024/12/03 09:28:45 GET /favicon.ico    59.705µs

aws s3 works perfectly with adobe/s3mock and the bucket

skliarie avatar Dec 03 '24 09:12 skliarie