Skip to content

Commit 2e48f4d

Browse files
fix: update S3 Storage Manager documentation and configuration
1 parent 8e87ce4 commit 2e48f4d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ec.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineEcConfig({
1212
ecTwoSlash({
1313
twoslashOptions: {
1414
handbookOptions: {
15-
errors: [2353, 2339, 2307, 2379, 2305, 2345, 7031, 2554, 2375],
15+
errors: [2353, 2339, 2307, 2379, 2305, 2345, 7031, 2554, 2375, 2322],
1616
},
1717
compilerOptions: {
1818
moduleResolution: ts.ModuleResolutionKind.Bundler,

src/content/docs/en/start-here/getting-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ To configure a different Storage API Manager, you will need to install the appro
419419
# CMS_S3_PUBLIC_ENDPOINT= # Optional: Custom public endpoint for accessing files
420420
```
421421

422+
<ReadMore>For more information about the Environment variables with the S3 Storage Manager see, [S3 Storage: Environment Variables](/en/package-catalog/storage-managers/s3-storage/#environment-variable-examples)</ReadMore>
423+
422424
</Steps>
423425

424426
### Configure your `package.json` scripts

src/content/package-catalog/studiocms-s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"docsLink": "/package-catalog/storage-managers/s3-storage/",
66
"githubURL": "https://github.com/withstudiocms/studiocms/tree/main/packages/@studiocms/s3/",
77
"catalog": "storage-managers",
8-
"isPlugin": false,
8+
"isPlugin": true,
99
"released": false
1010
}

0 commit comments

Comments
 (0)