Vadym Dytyniak
08/31/2023, 8:05 AMVadym Dytyniak
08/31/2023, 8:06 AMprefect-aws
installedVadym Dytyniak
08/31/2023, 8:06 AMbuild: 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
Vadym Dytyniak
08/31/2023, 9:21 AMVadym Dytyniak
08/31/2023, 9:23 AMJamie 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
Jamie Zieziula
08/31/2023, 5:16 PMprefect_aws
module installed on itVadym Dytyniak
09/01/2023, 6:26 AMVadym Dytyniak
09/01/2023, 6:30 AMVadym Dytyniak
09/04/2023, 10:38 AM