saalfeldlab / paintera

GNU General Public License v2.0
94 stars 17 forks source link

Cannot open ome.zarr dataset from s3 with credentials #540

Closed constantinpape closed 2 weeks ago

constantinpape commented 3 weeks ago

Hi paintera team, we are trying to open a ome.zarr dataset from a bucket protected with credentials from S3.

The dataset can be opened via Open N5 with Fiji (if the credentials are set in ~/.aws): image image

However, opening in paintera fails: image

It would be great to know how we could open this data in paintera. I have used the latest release (1.3.1) on linux.

@cmhulbert we tried this with Stephan today, and he recommended pinging you about it :). I will send you the credentials for this dataset per mail.

cmhulbert commented 2 weeks ago

@constantinpape thanks for reporting, I'm happy to look into this today, if you are able to share credentials. I'm not sure at first glance what the issues is, but I'll look into it

constantinpape commented 2 weeks ago

Hi Caleb, I have shared the credentials with you via mails a few days ago already, but will resend them now. Please let me know here if you didn't get the mail.

cmhulbert commented 2 weeks ago

Thank Constantin, I tested with the credentials you provided, and it seems that there were some known bugs that have already been addressed in recent releases of n5-zarr, n5-aws, and n5-universe. I must have missed them, since Paintera wasn't depending on the newest versions yet. I just released a bugfix version, Paintera 1.3.2 that should work.

Please feel free to close the issue if it works for you as well!

constantinpape commented 2 weeks ago

Yes, it's fixed. Thanks a lot for the quick help!