HumanBrainProject / ebrains-storage

Python client interface for EBRAINS Collaboratory Drive (Seafile) and Bucket (data-proxy) storage
Apache License 2.0
8 stars 3 forks source link

BucketApiClient no longer works properly #18

Open davidbacter01 opened 1 year ago

davidbacter01 commented 1 year ago

The data returned from the endpoint [/v1/buckets/{bucket_name}/stat] has changed it's structure and sends an aditional key in the response ("is_initialized": bool ). Due to this change, the method from_json raises an error due to unexpected param, thus making it unusable.

Cracky5457 commented 1 year ago

Thanks for the report,

I will try to do this by tomorrow and I will release a new version

Regards,

Axel

Cracky5457 commented 1 year ago

Hey @davidbacter01 I just push a new version 5.1

Can you try it out and tell me if it's ok now ?

Regards,

Axel