You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] Add multipart permissions to databricks_aws_unity_catalog_policy data source (#4440)
## Changes
<!-- Summary of your changes that are easy to understand -->
To support uploading of big files to UC volumes, etc. we need to give
permissions to perform operations related to AWS multipart uploads APIs.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
---------
Co-authored-by: vuong-nguyen <[email protected]>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
### New Features and Improvements
6
6
7
-
* Support updating `options` in `databricks_catalog` ([#4476](https://github.com/databricks/terraform-provider-databricks/pull/4476)).
8
-
* Increase `databricks_library` timeout from 15m to 30m.
7
+
* Add multipart permissions to `databricks_aws_unity_catalog_policy` data source ([#4440](https://github.com/databricks/terraform-provider-databricks/pull/4440)).
9
8
10
9
### Bug Fixes
11
10
* Fixed an issue where reordering objects in a (pluginfw) Share wouldn’t update properly unless other changes were made ([#4481](https://github.com/databricks/terraform-provider-databricks/pull/4481)).
0 commit comments