Replies: 1 comment
-
|
duplicate of #639 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to transfer multiple files between S3 buckets using the EDC connector.
Although I've specified a destination path in the 'objectPrefix' (or 'objectName'), the EDC Data Plane seems to ignore it and attempts to upload the files back to the source provider's directory instead. This results in a 403 Access Denied error because the consumer's IAM user does not have permission to write to the provider's folder.
I have confirmed that the consumer is correctly selected.
Below are the details of the transfer status and the error log.
Could anyone help me identify why the EDC connector is defaulting to the source path instead of using the specified destination prefix?
EDC v0.14.1
Transfer response log
provider connecter log
Beta Was this translation helpful? Give feedback.
All reactions