* docs: Add fileservice guides for S3 and Spaces * fix: remove we in s3 guide * fix: typos in spaces guide
16 lines
359 B
Markdown
16 lines
359 B
Markdown
# medusa-file-s3
|
|
|
|
Upload files to an AWS S3 bucket.
|
|
|
|
## Options
|
|
|
|
```
|
|
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.medusa-commerce.com/how-to/uploading-images-to-s3) to configure the plugin.
|