Hi… I haven’t found any documentation to what options should be set and what they mean for these structures in uplink-c .
- UploadOptions
- DownloadOptions
- ListObjectsOptions
- 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