From b57edfc24b83fe97d67725823c74e9661a41096a Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 5 Aug 2025 21:59:50 -0700 Subject: [PATCH] remove s3 block (#3110) --- .../panels/WorkflowNodeLibraryPanel.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx index cb0c5dcb..ffa1ccc9 100644 --- a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx @@ -175,17 +175,17 @@ const nodeLibraryItems: Array<{ title: "PDF Parser Block", description: "Extract data from PDF files", }, - { - nodeType: "upload", - icon: ( - - ), - title: "Upload to S3 Block", - description: "Upload files to AWS S3", - }, + // { + // nodeType: "upload", + // icon: ( + // + // ), + // title: "Upload to S3 Block", + // description: "Upload files to AWS S3", + // }, // { // nodeType: "download", // icon: (