Replies: 1 comment 16 replies
-
Does anyone know how to solve the issue? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to transfer a file to an AWS S3 bucket. When I launch the transfer request
/v2/transferprocesses
, I get the following error:I have added the "provision-aws-s3" dependency in the build.gradle.kts file and configured the environment variables (edc.aws.access.key and edc.aws.secret.access.key).
This is the dataDestination property in the transfer request:
Despite the fact that I registered the dataplane via the api
/v2/dataplanes
, I always get this error.Should I setup anything else to transfer a file to an S3 bucket?
Thank you in advance.
P.S. I am using EDC Connector version 0.6.0
Beta Was this translation helpful? Give feedback.
All reactions