mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:45:06 +03:00
add more .sha256sum and .txt files to ipfs uploads
This commit is contained in:
parent
33cfa19cac
commit
f442c862e1
1 changed files with 24 additions and 0 deletions
|
@ -28,6 +28,30 @@ export default {
|
|||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
s3: {
|
||||
bucket: '${ssm:AW5_S3_BUCKET}',
|
||||
existing: true,
|
||||
event: 's3:ObjectCreated:*',
|
||||
rules: [
|
||||
{
|
||||
suffix: '.sha256sum'
|
||||
},
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
s3: {
|
||||
bucket: '${ssm:AW5_S3_BUCKET}',
|
||||
existing: true,
|
||||
event: 's3:ObjectCreated:*',
|
||||
rules: [
|
||||
{
|
||||
suffix: '.txt'
|
||||
},
|
||||
]
|
||||
},
|
||||
},
|
||||
],
|
||||
environment: {
|
||||
AWS_DIST_BUCKET: '${ssm:AW5_S3_BUCKET}',
|
||||
|
|
Loading…
Reference in a new issue