-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
featurenew feature or enhancementnew feature or enhancement
Description
Is your feature request related to a problem?
To update the website we need to have the file hash to compare it to the new uploaded files.
We may have the size of the files to display it in the listing directory
For regression we also need to have a version number.
Describe the solution you'd like
For the version we can add a version number on top of the JSON like
{
"aeweb_version" : 1,
"folder": ...
}For the size and the hash we can have something like this
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurenew feature or enhancementnew feature or enhancement
{ "file.txt": { "encoding": "gzip", "addresses": [...], "hash": "123456789abcdef", "size": 12 // in kb } }