you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 day ago (1 child)

What makes that different from a "real directory"?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 19 hours ago

    Imagine you have dir1/dir2 with "directories" inside, each one with millions of "files"/objects. When you try to "ls" the dir1/dir2 by querying Prefix='dir1/dir2/' and Delimiter='/' S3 will still scan all the millions of objects starting with the prefix, and then filter out the ones that have a / after the prefix.

  • source
  • parent