Skip to content

v1.3.0

Compare
Choose a tag to compare
@liammonahan liammonahan released this 21 Jul 21:22
· 163 commits to master since this release
  • Added streamobj. This allows streaming uploads to an S3 storage entity without having to create an intermediary file. E.g. tar -cvf - myfiles/* | streamobj -n filearchive.tar mybucket:myfolder
  • lsobj now defaults to just printing key names with no metadata. Pass the -l flag to gain the old behavior.