You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is if you set the config.assets.prefix to the folder you want to put your static compiled assets in to, rails or asset_sync or fog-aws gets confused and use that as a bucket name.
I don't know where to post this bug.
The problem is if you set the config.assets.prefix to the folder you want to put your static compiled assets in to, rails or asset_sync or fog-aws gets confused and use that as a bucket name.
For an example:
This will result in error message:
Now if you set the config.assets.prefix to the bucket name then everything works fine.
If you set config.assets.prefix to empty string then it will fail with bucket name being "assets".
More Info
OS: Ubuntu 18.04 LTS
Asset Server: MinIO/RELEASE.2020-02-27T00-23-05Z
Rails 5.2.4.1
Ruby 2.6.5
Bundle List
Gems included by the bundle:
The text was updated successfully, but these errors were encountered: