Skip to content
Snippets Groups Projects

Add IAM credentials option

Merged Luis requested to merge static_deploy_s3_iam_credentials into 1.1.x
All threads resolved!
3 files
+ 26
9
Compare changes
  • Side-by-side
  • Inline
Files
3
# Schema for the configuration files of the static_deployer_s3 module.
static_deployer_s3.settings:
type: config_object
label: 'Static Deployer S3 settings'
label: "Static Deployer S3 settings"
mapping:
bucket:
type: string
label: 'AWS S3 Bucket name'
label: "AWS S3 Bucket name"
region:
type: string
label: 'AWS Region'
label: "AWS Region"
use_iam_credentials:
type: boolean
label: "Use IAM credentials"
Loading