0
votes
3answers
107 views
SHA-1 hash for storing Files
After reading this, it sounds like a great idea to store files using the SHA-1 for the directory.
I have no idea what this means however, all I know is that SHA-1 and MD5 are hashing algorithms. If …
0
votes
2answers
43 views
Storing files on the Cloud or the FileSystem?
Simple question, doesn't seem to have been directly asked yet.
What are the benefits to storing files (images/videos/documents/etc) on Amazon S3-and-related vs. on the File System your app is …
4
votes
2answers
85 views
How to give users a file storage limit?
I'm working on a web application right now using Rails and wanted to see if anyone knew of a good way to keep track of file storage limits? We want to give users a specific amount of room that they …
4
votes
3answers
256 views
Using hash functions for file storage?
A common technique for storing a lot of files/blobs in a filesystem is to use a hash function to determine the filepath; eg hash(identifier) -> "o238455789" -> o23/8455/789
(there is often a …
