How to copy files between S3 buckets using AWS Lambda #5005
Unanswered
kateryna-vlasenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a task to copy files between S3 buckets in different AWS regions.
I do it as it was described In #2290 and it works on my local machine
But after I deploy my code to AWS Lambda I got an error: BucketRegionError: incorrect region, the bucket is not in 'eu-central-1' region at endpoint '', bucket is in 'us-east-2' region status code: 301
Beta Was this translation helpful? Give feedback.
All reactions