This question regarding S3 block, besides using it as storage for deployment, and also storing flow and task results, what else can we use it for?
ā 1
n
Nate
07/15/2023, 4:29 PM
hi @Patrick Tan - iād say you already identified the distinctly prefect-oriented uses of an S3 bucket, but you could also use it for general blob storage for reading and writing from flows - so pretty much whatever you want!
š 1
p
Patrick Tan
07/19/2023, 12:56 PM
Is it OK to to share a S3 block for storing results of different flows?
n
Nate
07/19/2023, 3:44 PM
yes!
Nate
07/19/2023, 3:45 PM
just be careful that these flows are not writing to the same
result_storage_key
or else they will overwrite each other's results
Nate
07/19/2023, 3:45 PM
by default UUIDs will be used for blob paths, so you shouldnt have any collisions there