Storing files on Amazon S3 with Folder Structure

Can i storing files on Amazon s3 with folder structure like alfresco

Year-Month-Day-Hours-Minutes-Files
2018
--01
----13
-----16
---------file

Now this is one big list

0 votes

1 answers

1779 views

ANSWER



No. Nuxeo's S3 blob storage is not designed for file management. We store blob based on a hash, which allows for de-duplication and optimizes space. Note that the initial blob creation time is available as a metadata of the blob in S3 (Last-Modified).

0 votes



I think it's a bad approach to have millions of files in one folder
01/20/2018

Why? It's not really a folder, it's a bucket which can have an arbitrary number of documents. Its goal is not to be browsed.
01/20/2018

Do you have statistics on how to work with a large number of files, are there any problems, slowdowns?
01/23/2018