Skip to content

Commit d76be58

Browse files
Update files.mdx
1 parent fa27886 commit d76be58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs-v2/pages/connect/components/files.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import Callout from '@/components/Callout';
33

44
# Working with Files
55

6-
Pipedream provides a file storage system that allows you to store and retrieve files from tool executions via Connect. When a trigger or action downloads files to the `/tmp` directory in Pipedream's execution environment, you can sync these files with a Pipedream File Store, making them accessible outside of Pipedream.
6+
Pipedream provides a file storage system that allows you to store and retrieve files from tool executions via Connect. When a trigger or action downloads files to the `/tmp` directory in Pipedream's execution environment, you can sync these files with File Stash, making them accessible outside of Pipedream.
77

88
## File Stash
99

1010
When you execute an action via Connect that downloads files to the `/tmp` directory, those files normally only exist within Pipedream's execution environment. With File Stash syncing, you can now make these files available via presigned URLs that can be accessed from anywhere.
1111

1212
### How it works
1313

14-
1. Files created in `/tmp` during execution are synced with a Pipedream File Store when you pass `stashId` in the action execution payload
14+
1. Files created in `/tmp` during execution are synced with File Stash when you pass `stashId` in the action execution payload
1515
2. Each file is assigned a presigned URL that remains valid for 30 minutes
1616
3. These URLs allow anyone with the link to download the file directly
1717

@@ -127,7 +127,7 @@ The response includes a `stashId` and a `$filestash_uploads` export with informa
127127
Each file in the `$filestash_uploads` array includes:
128128

129129
- `localPath`: The path to the file in the `/tmp` directory where it was downloaded or created
130-
- `s3Key`: The unique key for the file in the Pipedream File Store after being synced from `/tmp`
130+
- `s3Key`: The unique key for the file in the Pipedream File Stash after being synced from `/tmp`
131131
- `get_url`: A presigned URL that allows downloading the file for 30 minutes
132132

133133
## Usage Examples
@@ -234,4 +234,4 @@ For this to work reliably, you need to use the same `stashId` across all actions
234234

235235
## File Storage Duration
236236

237-
Files in the File Stash are automatically deleted after 24 hours. The presigned URLs remain valid for 30 minutes from the time they are generated.
237+
Files in File Stash are automatically deleted after 24 hours. The presigned URLs remain valid for 30 minutes from the time they are generated.

0 commit comments

Comments
 (0)