Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make eventThreshold an optional field for s3 bucket replication #1129

Merged
merged 1 commit into from Mar 8, 2022
Merged

Conversation

AlexLast
Copy link
Contributor

@AlexLast AlexLast commented Feb 9, 2022

Signed-off-by: Alex Last alexrichardlast@gmail.com

Description of your changes

Fixes #1117

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

  • Passes all unit tests
  • Deployed and tested a custom provider build on cluster and confirmed it fixes the issue

Signed-off-by: Alex Last <alex.last@clearscore.com>
@haarchri haarchri closed this Feb 21, 2022
@haarchri haarchri reopened this Feb 21, 2022
@chlunde chlunde self-requested a review March 8, 2022 22:04
Copy link
Collaborator

@chlunde chlunde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested without change, could not apply. Tested with PR, works. Thanks!

 spec:
   forProvider:
     acl: private
@@ -54,11 +54,17 @@ spec:
             storageClass: STANDARD
             bucketRef:
               name: repl-dest
+            metrics:
+              status: Enabled
+            replicationTime:
+              status: Disabled
+              time:
+                minutes: 15
           deleteMarkerReplication:
             status: Disabled
           filter:
             prefix: ""
-          priority: 0
+          priority: 1
           id: rule-1
           status: Enabled
   providerConfigRef:

@chlunde chlunde merged commit ea57cdc into crossplane-contrib:master Mar 8, 2022
tektondeploy pushed a commit to gtn3010/provider-aws that referenced this pull request Mar 12, 2024
…e-cloudformation_stack_set_instance

Add aws_cloudformation_stack_set_instance resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 replication metrics requires eventThreshold
3 participants