AdaptiveConsulting / nexus-casc-plugin

Configuration as code plugin for Sonatype Nexus Repository Manager
MIT License
51 stars 21 forks source link

config for S3 Blobe Storage #1

Closed Aleks3050 closed 4 years ago

Aleks3050 commented 4 years ago

we try to use your casc plugin in our infra. All work fine but we can’t create S3 Blobe Store via casc plugin. We try to use following config(no configuration example in your README.md):

          - name: ibi-bucket-nexus
            type: S3
            attributes:
              s3:
                region: us-east-1
                bucket: ibi-bucket-nexus

But it not working, S3 Blob Storage not created and other (file storage) too. Can you help? How can we see logs of working casc plugin and undestand what the problem? Thank you!

dene14 commented 4 years ago

@bdellegrazie I'm having similar issue. Could you please elaborate?

bdellegrazie commented 4 years ago

I'll take a look at this over the weekend

Aleks3050 commented 4 years ago

Hi! Thank you!