Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

0.3

Compare
Choose a tag to compare
@kaloyan-raev kaloyan-raev released this 04 Jan 12:28
58c5bf3

API changes:

  • New Storj.getFile() method for getting the file metadata from file ID
  • UploadFileCallback now provides a File object for the uploaded file #10
  • getBucketId() method added to the File class #9
  • Storj.downloadFile() now accept a localPath argument for customizing the download location for the file #13
  • API method variants with String IDs as parameters instead of Bucket and File objects #12
  • Bridge URL can be specified for connecting to bridges other than api.storj.io

Other:

  • User agent is set in the format java-libstorj-<version>