0

我正在尝试使用以下命令从 S3 对象创建 Glue DynamicFrame。

df = glue_context.create_dynamic_frame.from_catalog(database="s3_bucket_name",
                                                   table_name="s3_object_name")

这给出了一个InvalidInputException有理由的存在Cannot vend credentials for buckets in multiple regions

这在之前的类似设置中有效,但在我尝试的新帐户中失败了。关于这里可能有什么问题的任何线索?

完全错误

com.amazonaws.services.gluejobexecutor.model.InvalidInputException: Cannot vend credentials for buckets in multiple regions (Service: AWSLakeFormation; Status Code: 400; Error Code: InvalidInputException```

4

0 回答 0