|
|
|
|
|
by zaroth
2497 days ago
|
|
Scheme could be something like; FileId, VersionId, Name, Data, UploadedTimestamp, UploadedBy, ... If you’re on AWS, pushing and pulling from an S3 bucket is probably a great solution, and then of course there’s nothing to worry about in terms of backups. Do you still need to keep an index of the files / metadata in a DB, or can you tag everything you need directly on the S3 objects and just pull the whole bucket? |
|