forked from aws-controllers-k8s/s3-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Bucket policy (aws-controllers-k8s#36)
Adds support for creating, updating and delete bucket Policy. This field is simply a JSON string that applies IAM permissions to objects in the bucket. This is the first `Put*` field implemented so far that has a separate `Delete*` call, so the logic for `syncBucket` now checks accordingly.
- Loading branch information
1 parent
0334a98
commit 830a807
Showing
19 changed files
with
750 additions
and
25 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
ack_generate_info: | ||
build_date: "2021-08-12T22:22:41Z" | ||
build_date: "2021-08-12T23:12:20Z" | ||
build_hash: 4d0db1b6f794e5221eb88b052b52a1a95017cf20 | ||
go_version: go1.15.6 linux/amd64 | ||
version: v0.9.2 | ||
api_directory_checksum: a111b8798ffa13b2cf948befafae28feaef463ab | ||
api_directory_checksum: 0d04fca79a5350fa289a4aac8afd284351778233 | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.37.10 | ||
generator_config_info: | ||
file_checksum: 85625c1a8af87eb3bbda9c6764a356bd3751cb31 | ||
file_checksum: b3cfb60b1b7154bc50d4c28096dfc75bf35a3767 | ||
original_file_name: generator.yaml | ||
last_modification: | ||
reason: API generation | ||
timestamp: 2021-08-12 22:22:48.65031987 +0000 UTC | ||
timestamp: 2021-08-12 23:12:25.389076653 +0000 UTC |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.