/
Accessing the customization files in S3
Accessing the customization files in S3
The customization S3 bucket associated with your application identifier holds the customization.zip, the application needs for the custom styles, images, fonts etc
Note:: ACLs are recommended to be disabled.
To be able to access the customizations, you need to make sure that Kudo has at least read access to it.
To allow s3 bucket access to Kudo, put a bucket policy on the partner s3 bucket allowing the desired actions to Kudo account : 649336859113
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PermissionsforKudoAccount",
"Effect": "Allow",
"Principal": {
"AWS": [
"arn:aws:iam::649336859113:root"
]
},
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::kudo-demo-customizations",
"arn:aws:s3:::kudo-demo-customizations/*"
]
}
]
}
, multiple selections available,
Related content
Accessing files in S3
Accessing files in S3
More like this
Customization package
Customization package
More like this
Customization Deployments
Customization Deployments
More like this
Style Sheets / icons / fonts
Style Sheets / icons / fonts
More like this
storageConfig.xml
storageConfig.xml
More like this
Onboarding ARES Kudo hosted by Graebert
Onboarding ARES Kudo hosted by Graebert
More like this