Change log for the ICGC storage system
- Updated (default)
filename
output layout. Files are no longer written as:
.
└── output-dir
├── filename-1
│ └── object-id
└── filename-2
└── object-id
but instead:
.
└── output-dir
├── filename-1
└── filename-2
if duplicate filenames (but different object id's) are encountered, warning messages will be displayed/logged
- Added support for Azure
- Batch Slicing support in View command
- Validate repository values in download manifest files against client profile
- Remove duplicates in result pagination
- Add client check for correct Java version
- Fix end-of-stream bug in data channel
- Fix HTTP timeout settings not being applied
- Fix
--force
overwrite option