Skip to content

Commit 7ae0759

Browse files
R2-3182: remove wrangler banner from r2 getobject in pipe mode
1 parent 45e97e8 commit 7ae0759

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/wrangler/src/r2/object.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export const r2ObjectGetCommand = createCommand({
7575
},
7676
},
7777
behaviour: {
78+
printBanner({ pipe }) {
79+
return !pipe;
80+
},
7881
printResourceLocation(args) {
7982
return !args?.pipe;
8083
},

0 commit comments

Comments
 (0)