You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ These values can be found in your S3 service provider dashboard
120
120
-`markdown-image.s3.bucketName`: The name of the S3 bucket to upload images to. Access to the bucket should be public.
121
121
-`markdown-image.s3.accessKeyId`: Your S3 API access key ID.
122
122
-`markdown-image.s3.secretAccessKey`: Your S3 secret access key.
123
+
-`markdown-image.s3.cdn`: Your S3 CDN Url. You can use variable `${bucket}``${region}``${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`.
123
124
124
125
### SFTP Settings
125
126
@@ -151,6 +152,9 @@ These values can be found in your S3 service provider dashboard
151
152
152
153
## Release Notes
153
154
155
+
### 1.1.40
156
+
- Added a new setting item `markdown-image.s3.cdn` to set the s3 cdn url.
"markdown-image.s3.cdn": "Set Your S3 CDN Url. You can use variable `${bucket}` `${region}` `${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
83
+
"markdown-image.s3.cdn": "Your S3 CDN Url. You can use variable `${bucket}` `${region}` `${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`.",
84
84
"markdown-image.sftp.host": "The host of the remote server.",
85
85
"markdown-image.sftp.port": "The ssh port of the remote server.",
86
86
"markdown-image.sftp.username": "The username of the remote server.",
0 commit comments