-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed S3 ACL to adhere to defult role permission
- Loading branch information
Vivekanandan Sakthivelu (TMS)
committed
Sep 23, 2020
1 parent
8cce256
commit 9ce81da
Showing
2 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
{ | ||
"name": "strapi-provider-upload-aws-s3-cdn", | ||
"version": "0.0.1", | ||
"description": "AWS S3 provider for strapi upload with cdn (cloudfront)", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"main": "./lib", | ||
"dependencies": { | ||
"aws-sdk": "^2.758.0", | ||
"lodash": "^4.17.20" | ||
}, | ||
"strapi": { | ||
"isProvider": true | ||
}, | ||
"engines": { | ||
"node": ">=10.10.0", | ||
"npm": ">=6.0.0" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
} | ||
} | ||
"name": "strapi-provider-upload-aws-s3-cdn", | ||
"version": "1.0.3", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/VivekanandanS/strapi-provider-upload-aws-s3-cdn.git" | ||
}, | ||
"author": "vivekanandansakthivelu", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VivekanandanS/strapi-provider-upload-aws-s3-cdn/issues" | ||
}, | ||
"homepage": "https://github.com/VivekanandanS/strapi-provider-upload-aws-s3-cdn#readme" | ||
|
||
} |