gatsby-uc/gatsby-plugin-s3

Support `s3ForcePathStyle` in AWS S3 Configuration Options

Open

#166 opened on Jul 9, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (104 forks)github user discovery
awaiting PRenhancementgood first issue

Repository metrics

Stars
 (206 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently, in the gatsby-plugin-s3 configuration, I'm not finding a way to set the s3ForcePathStyle option. This is necessary in cases, where S3-Compliant Object Storage Services, which might not be AWS have this path style. Some examples could be Minio

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#s3ForcePathStyle-property

Would be happy to send a PR if needed :)

Contributor guide