Skip to content

Commit

Permalink
Add S3 bucket location check to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeten30 committed Feb 2, 2021
1 parent 9c3e670 commit 22ea4fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
- item.bucket_tagging.CamelCase == 'SimpleCamelCase'
- item.bucket_tagging["lowercase spaced"] == 'hello cruel world'
- item.bucket_tagging["Title Case"] == 'Hello Cruel World'
- item.bucket_location.LocationConstraint == aws_region
loop: "{{ bucket_list.buckets }}"
loop_control:
label: "{{ item.name }}"
Expand Down

0 comments on commit 22ea4fc

Please sign in to comment.