is it possible to create an empty folder in an s3 ...
# python
s
is it possible to create an empty folder in an s3 bucket with pulumi
b
i believe you can do it with a bucketobject resource
p
Folders don't really exist in S3. They are a naming convention.
f
@shy-football-10348 In S3 there's no concept of folders. even though the management console and other tools do represent
/
in key names as a folder separator. Furthermore, creating a folder will cost you for the necessary api calls and the data and metadata storage. In your deployment, simply upload your data with a key name that contains the full path.