"PutWithBucketOwnerFullControl" privilege missing for storage configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 08:56 PM
Hi. I've been unable to create workspaces manually for a while now. The error I get is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:45 PM
Hi @Akira ,Thanks for bringing up your concerns, always happy to help 😁
After looking at the details, it seems your S3 bucket permissions are not properly set up. Can you please check the below documentation and verify if the S3 bucket permissions are correct?
https://docs.databricks.com/en/administration-guide/account-settings-e2/storage.html
Other useful document you can refer : https://docs.databricks.com/en/administration-guide/workspace/troubleshooting.html#storage-configura...
Please let me know if this helps and leave a like if this helps, followups are appreciated.
Kudos
Ayushi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:55 PM
Hi Ayushi.
Yes, it does look like the bucket permissions are not properly set up, but as I stated I already checked the documentation. It is the same documentation that you linked above. Then I did further differential diagnosis by creating the same thing via the 'quickstart' method that uses an AWS CloudFormation template, and I find no differences in the bucket I want to use and the one the quickstart template created.
I'd really appreciate it if you could search into the databricks control plane code for the token "PutWithBucketOwnerFullControl" and see what it is mean to be about. It is not an AWS S3 action or inbuilt role.
Akira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 11:43 PM
> Yes, it does look like the bucket permissions are not properly set up, but ...
To avoid potential misunderstanding: I mean yes the error message does make it sound like the bucket permissions are wrong. I don't meant I found a problem with the ones in my environment. They are correct according to documentation, and they also match the storage in other error-free workspaces.

