Skip to content

Commit d72f67a

Browse files
committed
use simpler upload function
1 parent d37e4d0 commit d72f67a

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

scenarios/examples.uploadFile.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ scenarios:
3535
# Create bucket (or reuse if exists)
3636
- function: actionGetOrCreateBucket
3737

38-
# Issue storage request
39-
- function: actionIssueStorageRequest
40-
41-
# Wait for chain confirmation (receipt + SR exists)
42-
- function: actionWaitForStorageRequestOnChain
43-
44-
# Upload file
45-
- function: actionUploadFile
46-
47-
# Wait for chain fulfillment + MSP indexing
48-
- function: actionWaitForUploadFulfillment
38+
# Upload flow (issue SR + upload + waits)
39+
- function: uploadFileFlow
4940

0 commit comments

Comments
 (0)