-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Object lock feature implementation for Storage (#9363) (#6588)
* Early implementation of bucket object lock setting. * Complete implementation of object lock for buckets. * Compelete implementation, waiting for allowlist. * Tests pass against test environment. * Fixes bug in object test. * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket_object.go * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket_object.go * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket_test.go.erb * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket_object.go * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.erb * Updates from review comments * Update mmv1/third_party/terraform/services/storage/resource_storage_bucket_object.go * Update mmv1/third_party/terraform/website/docs/r/storage_bucket_object.html.markdown * Removing non-deterministic date from test * Removing unused variable * fixing nested_customer_encryption anchor link --------- [upstream:4f308083373dd8a5b409e42fbe3e7fdd561853c8] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
72b114a
commit 662ecd8
Showing
7 changed files
with
254 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
```release-note:enhancement | ||
storage: added `retention` field to `google_storage_bucket_object` resource | ||
``` | ||
```release-note:enhancement | ||
storage: added `enable_object_retention` to `google_storage_bucket` resource | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters