20 lines
549 B
Plaintext
20 lines
549 B
Plaintext
import S3BucketAcl from "../_sections/s3/aws-bucket-acl.mdx"
|
|
import CloudflareChecksum from "../_sections/s3/cloudflare-checksum.mdx"
|
|
|
|
export const metadata = {
|
|
title: `S3 File Module Provider Errors`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This troubleshooting guide covers common errors you may encounter when using the [S3 File Module Provider](../../infrastructure-modules/file/s3/page.mdx) in your Medusa application and how to resolve them.
|
|
|
|
## AWS: The bucket does not allow ACLs
|
|
|
|
<S3BucketAcl />
|
|
|
|
---
|
|
|
|
## Cloudflare: Checksum error
|
|
|
|
<CloudflareChecksum /> |