Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
static_suite
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
External wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
static_suite
Merge requests
!112
Add IAM credentials option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add IAM credentials option
static_deploy_s3_iam_credentials
into
1.1.x
Overview
2
Commits
3
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Luis
requested to merge
static_deploy_s3_iam_credentials
into
1.1.x
2 years ago
Overview
2
Commits
3
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
1.1.x
version 1
8532c3ba
2 years ago
1.1.x (base)
and
latest version
latest version
85b5e9b5
3 commits,
2 years ago
version 1
8532c3ba
1 commit,
2 years ago
3 files
+
26
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/static_deploy/modules/static_deployer_s3/config/schema/static_deployer_s3.schema.yml
+
6
−
3
Options
# 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