Skip to content

v0.4.0

Compare
Choose a tag to compare
@obreitwi obreitwi released this 03 Aug 13:38
· 378 commits to master since this release
v0.4.0
3f77a7a

v0.4.0 (2020-10-14)

  • Add private_key_file to auth-option in order to specfiy private key file directly
  • Add --verbose argument that increases loglevel
  • Add --quiet argument that decreases loglevel
  • Encode hash in base64 in order to make needed URL prefix shorter at same "guessability".
    → This causes the maximum prefix length to go down from 128 to 64 (4 bit per char → 8 bit per char)
  • list:
    • Add -s/--with-size-switch to print file sizes.
    • Add -f/--filenames-switch to print filenames instead of full urls in listing.
    • Add -S/--sort-size-switch to sort selected files by remote size.
    • Add -r/--reverse-switch to reverse listing.
    • Add -F/--filter-option to only display filenames matching a given regex.
    • Add -i/--indices-switch to only print indices of files.
      • This is useful to supply as input to the clean command for instance:
      • Example: asfa clean $(asfa list -iF "\.png$") deletes all png.
    • Add -t/--with-time to print modification times.