I have a large number (>100k) time series as compressed csv files. I would like to allow users to download each file individually (programmatically) or download all.
I tried to upload all the files to a single fileset, but found a limit of 501 files per fileset. Is this a hard limit, or can it be extended?
If it is a limit, does anyone have a suggestion for allowing programatic access to individual files rather than requiring the user to download the whole zip file and pull out a file locally.
Zachary Lee -
I have a large number (>100k) time series as compressed csv files. I would like to allow users to download each file individually (programmatically) or download all.
I tried to upload all the files to a single fileset, but found a limit of 501 files per fileset. Is this a hard limit, or can it be extended?
If it is a limit, does anyone have a suggestion for allowing programatic access to individual files rather than requiring the user to download the whole zip file and pull out a file locally.