mirror of
https://github.com/ivabus/www
synced 2024-11-10 09:55:15 +03:00
add more .sha256sum and .txt files to ipfs uploads
This commit is contained in:
parent
33cfa19cac
commit
f442c862e1
|
@ -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: {
|
environment: {
|
||||||
AWS_DIST_BUCKET: '${ssm:AW5_S3_BUCKET}',
|
AWS_DIST_BUCKET: '${ssm:AW5_S3_BUCKET}',
|
||||||
|
|
Loading…
Reference in a new issue