@strapi/provider-upload-aws-s3 4.9.0-alpha.0 → 4.9.0-exp.90df253ba90fd6879eb56a720a1f80d04ff745b8

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-aws-s3",
3
- "version": "4.9.0-alpha.0",
3
+ "version": "4.9.0-exp.90df253ba90fd6879eb56a720a1f80d04ff745b8",
4
4
  "description": "AWS S3 provider for strapi upload",
5
5
  "keywords": [
6
6
  "upload",
@@ -44,5 +44,5 @@
44
44
  "node": ">=14.19.1 <=18.x.x",
45
45
  "npm": ">=6.0.0"
46
46
  },
47
- "gitHead": "35f783d0dc07db101e7e62cb4d682f751551f452"
47
+ "gitHead": "366eb8a0d0f06935914854c6d9c4b3fe859468e0"
48
48
  }