How can we use UploadOptions , DownloadOptions , ListObjectsOptions and ListBucketsOptions

Hi… I haven’t found any documentation to what options should be set and what they mean for these structures in uplink-c .

  1. UploadOptions
  2. DownloadOptions
  3. ListObjectsOptions
  4. ListBucketsOptions

This is indeed hard to find, currently. The base is in the “uplink”-repository, where uplink-c is based on.

So for DownloadOptions see here: https://github.com/storj/uplink/blob/7bbef5a093dc73df62e33b6ab80accb34e723c97/download.go#L14

UploadOptions:

ListOptions:

ListBuckets:

I just yesterday have been in a call with storj and we talked about this one. uplink-c needs a little more documentation here.

5 Likes

@TopperDEL Thank you