In the new deploy() concept, is it possible to upl...
# ask-community
j
In the new deploy() concept, is it possible to upload files to S3 like it was possible with build_from_flow ? I don't see anything in the documentation regarding this
1
a
Hey @Jean-Michel Provencher!
deploy
will not upload files when called, but if you have a storage block that you were using with
build_from_flow
you can call
put_directory
on that storage block to upload your files before calling
deploy
.
🙌 2
j
excellent, thanks
👍 1