Skip to content

Commit a706871

Browse files
committed
README: fix URL_PREFIX description
Signed-off-by: Roman Khimov <[email protected]>
1 parent 40773f2 commit a706871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ can be used to autodelete objects that don't need to be stored forever (like log
7171
| `PATH_TO_FILES_DIR` | Path to the directory with the files to be pushed | **Yes** | N/A |
7272
| `LIFETIME` | Number of epochs (for mainnet 1 epoch is ~1 hour) for object to stay valid (it's deleted afterwards), "0" means "unlimited" | **No** | 0 |
7373
| `NEOFS_ATTRIBUTES` | User attributes in form of Key1=Value1,Key2=Value2. By default, each object contains attributes of relative path to the file and MIME type of the file. | **No** | N/A |
74-
| `URL_PREFIX` | Prefix to the url address for each of the files(objects) | **No** | N/A |
74+
| `URL_PREFIX` | Prefix added to the URL address in OUTPUT_CONTAINER_URL | **No** | N/A |
7575

7676
## Output
7777

0 commit comments

Comments
 (0)