added readme links

This commit is contained in:
Shahed Nasser
2022-05-20 11:40:57 +03:00
parent 636edb6530
commit be3ad001ee
12 changed files with 127 additions and 62 deletions
+10 -8
View File
@@ -2,14 +2,16 @@
Upload files to an AWS S3 bucket.
Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/s3).
## Options
```js
{
s3_url: "https://s3-guide-test.s3.eu-west-1.amazonaws.com",
bucket: "test",
region: "eu-west-1"
access_key_id: "YOUR-ACCESS-KEY",
secret_access_key: "YOUR-SECRET-KEY",
}
```
s3_url: [url of your s3 bucket],
access_key_id: [access-key],
secret_access_key: [secret-access-key],
bucket: [name of your bucket],
region: [region of your bucket],
```
Follow [this guide](https://docs.medusajs.com/how-to/uploading-images-to-s3) to configure the plugin.