Sha256: aca1a371a7899bb6a3faa8aec5ffe30b9e684597e8c3ace019d0aa72e7c0a445

Contents?: true

Size: 433 Bytes

Versions: 17

Compression:

Stored size: 433 Bytes

Contents

# clouds: AWS, Google
---
appname: smoketest
buckets:
- name: bucket
  policies:
  - name: testpermissions
    grant_to:
<% if cloud == "Google" %>
    - identifier: egt.gcp.sandbox@gmail.com
<% elsif cloud == "AWS" %>
    - identifier: "arn:aws:iam::<%= MU::Cloud::AWS.account_number %>:root"
<% end %>
    targets: # XXX this is redundant except for path:
    - type: bucket
      identifier: bucket
  web: true
  versioning: true

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cloud-mu-3.6.10 modules/tests/bucket.yml
cloud-mu-3.6.9 modules/tests/bucket.yml
cloud-mu-3.6.8 modules/tests/bucket.yml
cloud-mu-3.6.7 modules/tests/bucket.yml
cloud-mu-3.6.5 modules/tests/bucket.yml
cloud-mu-3.6.4 modules/tests/bucket.yml
cloud-mu-3.6.3 modules/tests/bucket.yml
cloud-mu-3.5.1 modules/tests/bucket.yml
cloud-mu-3.5.0 modules/tests/bucket.yml
cloud-mu-3.4.0 modules/tests/bucket.yml
cloud-mu-3.3.2 modules/tests/bucket.yml
cloud-mu-3.3.1 modules/tests/bucket.yml
cloud-mu-3.3.0 modules/tests/bucket.yml
cloud-mu-3.2.0 modules/tests/bucket.yml
cloud-mu-3.1.6 modules/tests/bucket.yml
cloud-mu-3.1.5 modules/tests/bucket.yml
cloud-mu-3.1.4 modules/tests/bucket.yml