storj-archived / storj-python-sdk

Deprecated. A Python SDK for the Storj API.
https://storj.io
MIT License
23 stars 19 forks source link

file_hash vs file_id #19

Closed prestwich closed 8 years ago

prestwich commented 8 years ago

http.py uses the variable name file_hash several times. This is misleading. The API primarily interacts with file IDs. The variable name should be file_id.

This may occur other places in the SDK. We'll have to look for it, and be sure that we're using ID where appropriate, and hash where appropriate to avoid confusion.