@strapi/provider-upload-aws-s3 0.0.0-next.4b4d64bbb6c77f3cb2cb532f9c459d707fd73a33 → 0.0.0-next.4c13de458e9fcfacefa5cba2418d2ed037e17138
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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -150,14 +150,14 @@ module.exports = [
|
|
|
150
150
|
"'self'",
|
|
151
151
|
'data:',
|
|
152
152
|
'blob:',
|
|
153
|
-
'
|
|
153
|
+
'market-assets.strapi.io',
|
|
154
154
|
'yourBucketName.s3.yourRegion.amazonaws.com',
|
|
155
155
|
],
|
|
156
156
|
'media-src': [
|
|
157
157
|
"'self'",
|
|
158
158
|
'data:',
|
|
159
159
|
'blob:',
|
|
160
|
-
'
|
|
160
|
+
'market-assets.strapi.io',
|
|
161
161
|
'yourBucketName.s3.yourRegion.amazonaws.com',
|
|
162
162
|
],
|
|
163
163
|
upgradeInsecureRequests: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/provider-upload-aws-s3",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.4c13de458e9fcfacefa5cba2418d2ed037e17138",
|
|
4
4
|
"description": "AWS S3 provider for strapi upload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"upload",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"lint": "run -T eslint ."
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"aws-sdk": "2.
|
|
48
|
+
"aws-sdk": "2.1372.0",
|
|
49
49
|
"lodash": "4.17.21"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/jest": "29.2.0",
|
|
53
|
-
"eslint-config-custom": "0.0.0-next.
|
|
54
|
-
"tsconfig": "0.0.0-next.
|
|
53
|
+
"eslint-config-custom": "0.0.0-next.4c13de458e9fcfacefa5cba2418d2ed037e17138",
|
|
54
|
+
"tsconfig": "0.0.0-next.4c13de458e9fcfacefa5cba2418d2ed037e17138"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=14.19.1 <=18.x.x",
|
|
58
58
|
"npm": ">=6.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "4c13de458e9fcfacefa5cba2418d2ed037e17138"
|
|
61
61
|
}
|