Hey everyone, I've been working on deploying to an...
# prefect-getting-started
a
Hey everyone, I've been working on deploying to an s3 block but I'm running into the following error when I try deploying: "Unable to find block document named aws-s3-prefect for block type s3".
j
prefect block ls
will show you all blocks available in your workspace. I would double check that you are logged into the correct workspace from the CLI.
prefect profile ls
and
prefect profile inspect my_current_profile_name_here
could help you. See more here. If that doesn’t work and you want to share your code for your deployment, that could be helpful.