brazil-data-cube / bdc-catalog

Brazil Data Cube Image Metadata Catalog
https://bdc-catalog.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 10 forks source link

Accept a file stream object in check_sum #134

Closed raphaelrpl closed 3 years ago

raphaelrpl commented 3 years ago

The function check_sum is supporting only file_path: string argument. It should also support a io._IOBase-like. In this way, we can support both local files and remote files like boto3.S3.