Skip to content

Commit 088b36c

Browse files
#10 Update documention
1 parent 43dce76 commit 088b36c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

docs/01 - FileFetchTask.md renamed to docs/01-FileFetchTask.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Filename of copied file.
2727
Options
2828
-------
2929

30-
| Code | Type | Required | Default | Description |
31-
| ---- |------|:------------------:|-|-----------------------------------------------------------------------------------------------------------------------------------------------|
32-
| `source_filesystem` | `string` |**X**|| The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
33-
| `destination_filesystem` | `string` |**X**|| The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
34-
| `file_pattern` | `string` || null | The file_parttern used in preg_match to match into `source_filesystem` list of files. If not set try to use input as strict filename to match |
35-
| `remove_source`|`bool`|| false | If true delete source file after copy |
30+
| Code | Type | Required | Default | Description |
31+
|--------------------------|:----------:|:---------:|:---------:|-----------------------------------------------------------------------------------------------------------------------------------------------|
32+
| `source_filesystem` | `string` | **X** | | The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
33+
| `destination_filesystem` | `string` | **X** | | The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
34+
| `file_pattern` | `string` | | null | The file_parttern used in preg_match to match into `source_filesystem` list of files. If not set try to use input as strict filename to match |
35+
| `remove_source` | `bool` | | false | If true delete source file after copy |
3636

3737

3838
Examples

docs/02 -ListContentTask.md renamed to docs/02-ListContentTask.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ League\Flysystem\StorageAttributes
2121
Options
2222
-------
2323

24-
| Code | Type | Required | Default | Description |
25-
| ---- |----------|:-----------------:|-|----------------------------------------------------------------|
26-
| `filesystem` | `string` | **X** || The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
27-
| `file_pattern` | `string` ||| he file_parttern used in preg_match to match into `filesystem` |
24+
| Code | Type | Required | Default | Description |
25+
|----------------|:----------:|:---------:|:---------:|------------------------------------------------------------------------------------------------------------|
26+
| `filesystem` | `string` | **X** | | The source flysystem/storage.<br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
27+
| `file_pattern` | `string` | | | The file_parttern used in preg_match to match into `filesystem` |
2828

2929
Examples
3030
--------

docs/03 - RemoveFileTask.md renamed to docs/03-RemoveFileTask.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ None
2525
Options
2626
-------
2727

28-
| Code | Type | Required | Default | Description |
29-
| ---- |------|:------------------:|-|--------------------------------|
30-
| `filesystem` | `string` |**X**|| The source flysystem/storage. <br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
28+
| Code | Type | Required | Default | Description |
29+
|--------------|:----------:|:----------:|:---------:|-------------------------------------------------------------------------------------------------------------|
30+
| `filesystem` | `string` | **X** | | The source flysystem/storage. <br/>See config/packages/flysystem.yaml to see configured flysystem/storages. |
3131

3232
Examples
3333
--------

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ See https://github.com/thephpleague/flysystem-bundle?tab=readme-ov-file for more
3737
## Reference
3838
3939
- Tasks
40-
- [FileFetchTask](01%20-%20FileFetchTask.md)
41-
- [ListContentTask](02%20-ListContentTask.md)
42-
- [RemoveFileTask](03%20-%20RemoveFileTask.md)
40+
- [FileFetchTask](01-FileFetchTask.md)
41+
- [ListContentTask](02-ListContentTask.md)
42+
- [RemoveFileTask](03-RemoveFileTask.md)

0 commit comments

Comments
 (0)