Skip to content

Commit

Permalink
Merge pull request #7 from OpenTechStrategies/3-nested-folders
Browse files Browse the repository at this point in the history
Improve notes for nested tests
  • Loading branch information
nfebe authored Apr 12, 2023
2 parents a27a18b + 57e751a commit c5a39d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Run `./upload-test.py test-tree/special-files/large --remote-dir=large-files --l

#### Nested folders/files

##### Uploading
##### Nested uploads

We have a default nest of folders that goes down 4 levels.

Expand All @@ -163,15 +163,15 @@ test-tree/misc/nested/

To test a nest with more levels, simply paste a nested folder structure inside `test-tree/misc/nested` or manually create more folder levels in the existing nest.

##### Downloading
##### Nested downloads

*The steps in the upload section above must be completed before this step*

Run

`./test-download.py --remote=prod --archive-path="/archives/rclone QA 1 (0a21-0000)/My Files/" --remote-dir=nested`

Check downloads folder in `test-tree/downloads` and ensure `downloads/nested` that results looks like the structured previous uploaded in the nested folder upload tests above.
Check the downloads folder in `test-tree/downloads` and ensure that the `downloads/nested` directory has a structure like the nested directory uploaded in the [nested uploads test](#nested-uploads).


### What file types and scenarios are left out?
Expand Down

0 comments on commit c5a39d4

Please sign in to comment.