v1.3.0
- 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.