43 Commits

Author SHA1 Message Date
Christian Capeans
0b95e98635 fix: add forcePathStyle doc 2024-03-05 15:26:12 +01:00
Christian Capeans
f44d57cea7 fix: documentation updated to match the new aws sdk requirements 2024-03-05 11:08:49 +01:00
Simone
c1061cabb3
fix(content-releases): hide the More button in the CM Edit View with no permission (#19269)
* fix(content-releases): hide the More button in the Edit View when you don t have permission

* fix lint error
2024-01-19 14:58:24 +01:00
Rémi de Juvigny
67e8ff3cd6
fix(upload-aws-s3): prettier error in readme 2024-01-19 11:09:35 +01:00
nolliebigspin
a2cdc77e0d fix(docs): add credentials object to upload-aws-s3 example configuration 2024-01-08 15:07:06 +01:00
Christian
ee776447bc
Update packages/providers/upload-aws-s3/README.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:58 +01:00
Christian
33193ce8b2
Update packages/providers/upload-aws-s3/README.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:46 +01:00
Christian
2781bf02bd
Update packages/providers/upload-aws-s3/README.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:26 +01:00
Christian Capeans
52e9a48a8f chore: add documentation for old s3 urls 2023-11-27 16:25:40 +01:00
Marc-Roig
133ddc2de4
fix: do not sign files if using baseUrl 2023-06-29 17:02:53 +02:00
Marc-Roig
f787d94bad
fix: mention actual expire time of private assets 2023-06-07 12:08:19 +02:00
derrickmehaffy
b66bd63a65 remove all references to airtable assets and switch to market-assets 2023-05-16 14:17:58 -07:00
Marc-Roig
c4732fe50d set default expiry time to 15 minutes 2023-03-24 09:35:22 +01:00
Marc-Roig
456bdcba33 Merge branch 'main' into feature/private-s3-bucket 2023-03-21 14:59:26 +01:00
Alexandre Bodin
20dce9a30f Merge branch 'main' of github.com:strapi/strapi into s3-uploader-baseUrl 2023-03-20 09:50:24 +01:00
Marc
13ee62c085
Merge pull request #15932 from strapi/private-s3-bucket/improve-docs 2023-03-01 11:12:17 +01:00
Marc-Roig
8ebd933d51 Merge branch 'main' into feature/private-s3-bucket 2023-02-28 11:53:09 +01:00
Marc-Roig
808d4a4c03 add example of how to set up a private s3 bucket 2023-02-27 16:18:38 +01:00
Marc-Roig
1587ea3785 document new aws s3 params 2023-02-14 19:01:30 +01:00
Shaun Brown
06e50c8b2f
Update the AWS S3 provider README
Multiple users working with TypeScript have had issues because the README specifies adding `./config/plugins.js` and does not mention adding a `.ts` config file.
2023-01-24 07:36:56 +00:00
dobrud
2466e664ad
Merge branch 'main' of https://github.com/strapi/strapi into s3-uploader-baseUrl
# Conflicts:
#	packages/providers/upload-aws-s3/lib/__tests__/upload-aws-s3.test.js
#	packages/providers/upload-aws-s3/lib/index.js
2022-10-27 16:37:50 +02:00
v-dimitroff
124ca4beb1
Update packages/providers/upload-aws-s3/README.md
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
2022-08-31 16:54:24 +03:00
Valentin Dimitroff
d98afc6e0b Add baseUrl and rootPath properties to s3 uploader configuration 2022-08-18 11:55:04 +02:00
WalkingPizza
0bbe493407 Add CORS configuration to S3 provider README 2022-08-18 10:39:48 +02:00
Convly
0b8c7b59c6 Merge branch 'master' into features/typescript 2022-07-25 09:30:18 +02:00
Jean-Sébastien Herbaux
00b95ca902
Merge pull request #13283 from pointout/patch-2
Added config info about S3 compatible services
2022-07-18 11:45:57 +02:00
Convly
66e3aa5dcb Merge branch 'master' into features/typescript 2022-05-24 08:02:38 +02:00
Alexandre BODIN
0528aa29db
Merge pull request #13298 from pointout/patch-3
dots in bucket names
2022-05-20 17:35:37 +02:00
DMehaffy
25115c0b46
Merge pull request #12959 from strapi/fix/provider-docs
Docs: Update upload provider readme files
2022-05-19 14:49:46 -07:00
Roman Walters
4f5bdc771c
Update README.md 2022-05-12 12:59:27 +02:00
Roman Walters
941c39eea7
Added config info about S3 compatible services
Added information, that this upload provider works also with S3 compatible services. I tested it with scaleway.com
2022-05-10 13:17:48 +02:00
derrickmehaffy
b5fa7546e8 add marketplace media csp settings to provider docs
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-04-25 08:32:57 -07:00
Gustav Hansen
208d90f80b Docs: Add uploadStream to provider READMEs 2022-04-04 12:48:23 +02:00
Gustav Hansen
e1fe47989f Docs: Fix provider README typos 2022-04-04 12:48:23 +02:00
Gustav Hansen
b3f3962983 Docs: Update provider readme files 2022-04-04 12:48:23 +02:00
derrickmehaffy
d32c487176 one more fix 2021-12-07 09:27:59 +01:00
DMehaffy
20deb8d3ec Fix typo in in AWS-S3 Provider ReadMe
I forgot to end my code block 🙈
2021-12-07 09:27:59 +01:00
derrickmehaffy
6ee0ba1953 PR Feedback
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-12-03 11:50:01 +01:00
derrickmehaffy
982e90d637 Unify provider READMEs and add Upload CSP config examples
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-12-03 11:50:01 +01:00
derrickmehaffy
05d8127b9b Fix provider config examples for v4
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-11-30 10:33:42 -07:00
DMehaffy
7e874e00a0 Update all documentation links to new docs url (#11424)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-11-29 18:13:52 +01:00
Alexandre Bodin
805e7fdb4b Merge branch 'master' into releases/v4 2021-08-04 19:24:10 +02:00
Alexandre Bodin
a14504e699 Init scoped packages 2021-04-29 12:03:54 +02:00