Skip to content

Commit 0944c50

Browse files
authored
Update s3-functions
Add pipe!
1 parent 63fdc36 commit 0944c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/s3-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bucket-objects() {
7474
aws s3api list-objects \
7575
--bucket "$bucket" \
7676
--output text \
77-
--query "Contents[].[Key, LastModified, StorageClass, Owner.DisplayName, ETag, Size]"
77+
--query "Contents[].[Key, LastModified, StorageClass, Owner.DisplayName, ETag, Size]" |
7878
grep -E -- "$filters"
7979
# We're not passing through `column` as there may be millions so we want immediate output
8080
done

0 commit comments

Comments
 (0)