Skip to content

0.8.4

Compare
Choose a tag to compare
@carlvitzthum carlvitzthum released this 12 Jun 13:18
· 1210 commits to master since this release
f0b4853
  • The issue of auto-determined EBS size being sometimes not an integer fixed.
  • Now input files in the unicorn input json can be written in the format of s3://bucket/key instead of {'bucket_name': bucket, 'object_key': key}
  • command can be written in the format of a list for aesthetic purpose (e.g. [command1, command2, command3] is equivalent to command1; command2; command3)