MaterialFoundry/MaterialKeys

[BUG] Soundboard Using Audio Files in S3 Bucket not found.

Opened this issue · 0 comments

Setup

  • OS: Windows 10
  • Browser: Chrome Version 102.0.5005.115 (Official Build) (64-bit)
  • Module version: 1.4.10
  • Foundry version: 9.269
  • Gaming system & version: dnd5e
  • Any other modules enabled: 77 Active modules

Describe the bug
Unable to use S3 audio files hosted in S3 compatible bucket. Local audio files work. Tested with the same file both local and S3.

Screenshots
If applicable, add screenshots to help explain your problem.

Console Log
Local Works
Foundry VTT | Loading audio element - audio/scary-snd-fx/23%20-%20Voodoo%20Chant.mp3
foundry.js:63448 Foundry VTT | Loading audio buffer - audio/scary-snd-fx/23%20-%20Voodoo%20Chant.mp3
foundry.js:63431 Foundry VTT | Constructing audio buffer source node - audio/scary-snd-fx/23%20-%20Voodoo%20Chant.mp3

S3 Fails
"Uncaught (in promise) Directory https://MYBUCKETURL/audio/scary-snd-fx does not exist or is not accessible in this storage location" I notice that the filename is not shown.

Additional context
https://MYBUCKETURL/audio/scary-snd-fx/23-Voodoo_Chant.mp3 <- With my actual bucket URL this works.

I'm hosting Foundry VTT on Ubuntu.