This message was deleted.
# getting-started
s
This message was deleted.
m
S3 doesn’t really have folders as a separate concept, they are simply shared name prefixes. For instance, two files in folder
F
are just files whose name starts with
F/
. Therefore, you cannot create a folder, it just starts existing when you create a file with that prefix. See here. Hope that helps!
👍 1
n
I use the Key property to build the folder path and worked, thanks.