Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMS encrypted bucket gives 403 #47

Closed
alexmnyc opened this issue May 13, 2019 · 5 comments
Closed

KMS encrypted bucket gives 403 #47

alexmnyc opened this issue May 13, 2019 · 5 comments
Labels
question Questions on how to use Delta Lake

Comments

@alexmnyc
Copy link

KMS encrypted bucket gives 403

  df.write.format("delta").save(s"s3a://$s3BucketName/$tableName")

java.nio.file.AccessDeniedException: s3a://bucket/table/_delta_log: innerMkdirs on s3a://bucket/table/_delta_log: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; 
@tdas
Copy link
Contributor

tdas commented May 13, 2019

@alexmnyc Do you have any more information how you have set up the authentication and what is the stack trace you are seeing.

@tdas tdas added the question Questions on how to use Delta Lake label May 13, 2019
@bartosz25
Copy link

@alexmnyc
To complete @tdas question, take a look at your IAM policy statements and:

@zsxwing
Copy link
Member

zsxwing commented Jun 12, 2019

@alexmnyc Could you try to replace delta with parquet to see if the error still happens?

@pranavanand
Copy link
Contributor

@alexmnyc were you able to try out the write with parquet to see if the error happens with both formats?

LantaoJin added a commit to LantaoJin/delta that referenced this issue May 27, 2020
@zsxwing
Copy link
Member

zsxwing commented Apr 7, 2021

Closing the stale ticket.

@zsxwing zsxwing closed this as completed Apr 7, 2021
LantaoJin added a commit to LantaoJin/delta that referenced this issue Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions on how to use Delta Lake
Projects
None yet
Development

No branches or pull requests

5 participants