Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Oct 18, 2024
1 parent 93e5f12 commit abd2ca2
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions docs/nodes/App/S3_Write.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,4 @@ An example configuration for an S3 Write Node in the Flow Editor (src_object_pre
- **dest_s3_key**: s3://environment-sandbox-s3-bucket/test_path/
- **src_all_or_current_run**: current
- **src_input_or_output_bucket**: output
- **src_object_prefix**:

### Parameters

- **src_input_or_output_bucket** : `str`
- "input" or "output" for the Ganymede cloud storage bucket to sync from
- **src_object_prefix** : `str`
- Prefix of data lake object(s) to write
- **src_all_or_current_run** : `str`
- "all" or "current" - whether to sync all files or the files in the input or output
- bucket from the current run
- **dest_node_name_in_path** : `bool, optional`
- "true" or "false" - whether to prepend the flow name and node name for specified file in the S3 bucket path
- **dest_replace_or_append** : `str`
- "replace" or "append" - whether to replace existing files or only add new files to the destination S3 bucket when a file in the S3 bucket has the same name as the source file being synced
- **dest_s3_key** : `str`
- Destination S3 key to write to. If this string ends with a '/', it will be treated as a prefix (i.e. - S3 folder), and the file will be written with the same name as the source file
- **src_object_prefix**\:

0 comments on commit abd2ca2

Please sign in to comment.