fix: depreacating thumbnail_index

pull/74/head
msramalho 2023-05-09 11:29:05 +01:00
rodzic c1a60fde8a
commit ae3e607705
4 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ To check all available steps (which archivers, storages, databses, ...) exist ch
The great thing is you configure all the workflow in your `orchestration.yaml` file which we advise you put into a `secrets/` folder and don't share it with others because it will contain passwords and other secrets.
The structure of orchestration file is split into 2 parts: `steps` (what **steps** to use) and `configs` (how those steps should behave), here's a simplification:
The structure of orchestration file is split into 2 parts: `steps` (what **steps** to use) and `configurations` (how those steps should behave), here's a simplification:
```yaml
# orchestration.yaml content
steps:

Wyświetl plik

@ -45,7 +45,6 @@ configurations:
archive: archive location
date: archive date
thumbnail: thumbnail
thumbnail_index: thumbnail index
timestamp: upload timestamp
title: upload title
text: textual content

Wyświetl plik

@ -30,7 +30,6 @@ class Gsheets(Step):
'archive': 'archive location',
'date': 'archive date',
'thumbnail': 'thumbnail',
'thumbnail_index': 'thumbnail index',
'timestamp': 'upload timestamp',
'title': 'upload title',
'text': 'text content',

Wyświetl plik

@ -15,7 +15,6 @@ class GWorksheet:
'archive': 'archive location',
'date': 'archive date',
'thumbnail': 'thumbnail',
'thumbnail_index': 'thumbnail index',
'timestamp': 'upload timestamp',
'title': 'upload title',
'screenshot': 'screenshot',