mio-config 2.12.0 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af024fd81950e9609f908a85ca7ad419332855ed
4
- data.tar.gz: db136f2456ce259600cffad66a80be65a6704ecf
3
+ metadata.gz: 0cf8e164d43ed4f9f081eb2530dcb6c829c6db07
4
+ data.tar.gz: 0bddb7e19ce3ed10d6d15914753749f7977811a8
5
5
  SHA512:
6
- metadata.gz: 71a073e4ba2b0c4bd41196e92d0433df0a408a2a4c38f9fce5caea1ac0fbf53573828d7937afeb576a6caacd322222d26108ea1977674b3bceb0809c8480e1cd
7
- data.tar.gz: 1dce2eb3d9f416012c3683a7e2747fb4096c024dad2f1463e75338731d76ddea8b1217356e5f634840dd61498d385aa335b809b33ca9ff2b03982a4a0e91a7a9
6
+ metadata.gz: 0bd96c16777000971bdb7042d84ed5d23ab27e3ede72149f18c993bd415bd4a9015356dee20efc1774c9c861372c59c2c18aa483bf93dccbad80a4a72540fc9b
7
+ data.tar.gz: 44cb1ae9194874f3a390713d64958bfe29ded008dadc7bcc39c8c8ceb53dd14c433abbc9b41c5886ad576a6d066c5bb014fbb91e9adde5b70ed38d078678dc41
@@ -7,6 +7,8 @@ class Mio
7
7
  field :secret, String, 'AWS secret'
8
8
  field :bucket, String, 'AWS bucket name'
9
9
  field :variant, String, 'Variant name'
10
+ field :s3PathVariable, String, 'S3 Path variable', '${variables.assetS3Path}'
11
+ field :assetTitleVariable, String, 'S3 asset title variable', '${variables.assetTitle}'
10
12
  field :metadataDefinition, String, 'Metadata definition id'
11
13
  field :visibility, Array, 'Ids of the accounts which may see the import action', [4]
12
14
  field :sourceJsonVariable, String, 'Json Variable to grab metadata from'
@@ -39,7 +41,7 @@ class Mio
39
41
  "isExpression": false
40
42
  },
41
43
  "path": {
42
- "value": "/${variables.externalFileName}",
44
+ "value": @args.s3PathVariable,
43
45
  "isExpression": false
44
46
  },
45
47
  "key": {
@@ -61,7 +63,7 @@ class Mio
61
63
  },
62
64
  "asset-details": {
63
65
  "title": {
64
- "value": "${variables.externalFilename}",
66
+ "value": @args.assetTitleVariable,
65
67
  "isExpression": false
66
68
 
67
69
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mio-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0
4
+ version: 2.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jspc