Thomas Baier
Thomas Baier
Hi, It should just work fine also if the (or some of) the files are smaller than the split size. The chunk size only gives a maximum size for each...
Sorry, that is a typo in the documentation, it should be indeed 12..
Btw, the advantage of a split size smaller than the file size is that the multiple parts are uploaded in parallell. If you specify multiple files in the `glacierupload` command...
That should be fine, it caches only the parts that are currently uploaded on disk, i.e. at most 4GB*(#of parallel uploads) and it will clean up after completion of each...
Only from curiosity, did it work properly or did you run into any problems? If it worked fine I'll tag the current state as a release :)
Then fingers crossed ;) Btw, if you already have the data in S3(?) there might be easier options to get it into glacier. I'm not really an expert on this,...
Can I fix this by downgrading to a previous version? I don't want to (and some users probably cannot) change the code to convert to bytes before passing it to...