s3-controller
s3-controller copied to clipboard
ACK service controller for Amazon Simple Storage Service (S3)
### Update to ACK runtime `v0.36.0`, code-generator `v0.36.0` ---------- * ACK code-generator `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.36.0) * ACK runtime `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.36.0) ---------- NOTE: This PR increments the release version of...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue [#2658](https://github.com/aws-controllers-k8s/community/issues/2658) Description of changes: Implemented support for DirectoryBuckets Creation by removing ignore of DirectoryBucket Fields. - `CreateBucketConfiguration.Bucket` - `CreateBucketConfiguration.Location` Overrided some of the operations that don't support directory buckets...
Description of changes: increase the deletion policy delete wait period (how many time it checks for resource to disappear) By submitting this pull request, I confirm that my contribution is...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Solves aws-controllers-k8s/community#1649
This PR updates controller src and test files to the Ready condition: - Run code generation - Update test infra commit id - Replace `ACK.ResourceSynced` → `Ready` - Replace `assert_synced`...
This PR updates controller src and test files to the Ready condition: - Run code generation - Update test infra commit id - Replace `ACK.ResourceSynced` → `Ready` - Replace `assert_synced`...
Issue #, if available: N/A Description of changes: The deployment template is changed to fix indentation issues when `extraVolumes` are set. By submitting this pull request, I confirm that my...