Vadym Dytyniak
08/31/2023, 8:05 AMprefect-aws
installedbuild: null
push:
- prefect_aws.deployments.steps.push_to_s3:
id: push-flow
requires: prefect-aws==0.3.6
bucket: org-prefect-poc
folder: flows/sample
pull:
- prefect_aws.deployments.steps.pull_from_s3:
id: pull-flow
bucket: org-prefect-poc
folder: "{{ push-flow.folder }}"
deployments:
- name: sample
entrypoint: sample.py:sample
work_pool:
name: default-k8s-pool
work_queue_name: k8s-queue
job_variables:
service_account_name: sample
env:
EXTRA_PIP_PACKAGES: org-chronos[complete]==1.14.4
schedule: null
Jamie Zieziula
08/31/2023, 5:14 PMthis is telling you that whatever credentials you are using don’t have the appropriate permissions to complete the api callCopy codebotocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
prefect_aws
module installed on itVadym Dytyniak
09/01/2023, 6:26 AM