gatsby-uc/gatsby-plugin-s3
View on GitHubSupport `s3ForcePathStyle` in AWS S3 Configuration Options
Open
#166 opened on Jul 9, 2020
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 :)