Unauth Error on Moving Data from DataLake to S3

Hi @Benjamin_Flast ,
My issue was related to usage of improper way of encrypting s3 bucket. Before, I was using SSE-KMS type, and Atlas role wasn’t able to decrypt files on this s3 bucket. After changing it to default SSE-S3, all become OK.
Regards