Create folder on storj

Hi …
Is it possible to create empty folder (prefix) on storj network ?
If yes then how can i create empty folder (prefix) on storj network by using go lang library and uplink CLI?

Storj is like AWS S3, where there are objects, and you can list objects with shared prefixes.

They act like folders because the prefixes are often delimited with slashes, but there are no folder objects and they cannot be empty.

5 Likes