SvenWerlen / moulinette-core

FoundryVTT module which provides a set of tools for DMs for managing assets.
https://www.patreon.com/moulinette
MIT License
41 stars 10 forks source link

"s3ForcePathStyle": true is ignored #57

Closed Q-efx closed 1 year ago

Q-efx commented 1 year ago

Some alternative implementations use "s3ForcePathStyle": true, which basically moves domain bucket names to path style bucket name.

ie:

foundry.s3bucket.com

becomes: s3bucket.com/foundry

Foundry VTT itself recognizes this setting. This module doesn't recognize it. It still tries to open: foundry.s3bucket.com instead of s3bucket.com/foundry

Error:

moulinette-file-util.js:523 Moulinette FileUtil | Couldn't load source https://foundry.s3bucket.com/moulinette/images/custom/index.json. Response : undefined

Q-efx commented 1 year ago

Nevermind its problem in foundry core :D

SvenWerlen commented 1 year ago

Based on your last comment (issue in Foundry core), I close this issue.