You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancing Transfer Performance: Parallel Multipart Upload for Distributing Large Files Across the Cluster (#16) (#17)
* feat: support large file transfer in cluster mode
* fix: fix the src prefix in single part transfer
* fix: fix the src prefix in single part transfer 2
* fix: fix the multipart split issue
* chore: using sfn to controll the part merging
* feat: add network throttling detect
* chore: remove the throttle detect feature and add sfn check
* fix: fix the updateItem issue
* doc: update the readme for giant object transfer
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,13 @@ destRegion: cn-north-1
59
59
60
60
jobTableName: test-table
61
61
jobQueueName: test-queue
62
+
63
+
singlePartTableName: single-part-test-table
64
+
sfnArn: sfn-arn
62
65
```
63
66
67
+
The sfaArn is a Step Function created by [Data Transfer Hub S3 Plugin](https://github.com/awslabs/data-transfer-hub/blob/main/docs/S3_PLUGIN.md).
68
+
64
69
By default, this tool will try to read a `config.yaml` in the same folder, if you create the configuration file in a different folder or with a different file name, please use extra option `--config xxx.yaml` to load your config file.
0 commit comments