William Lawson
William Lawson
@p8 my unit tests were failing due to the filename_format and unique_filename validations, which as you noted are new since 0.0.15. It took me a while to figure out where...
@p8 thanks for the clarification, you're right about the validations. Now that I'm actually looking at the diff I see what's happening. My unit tests started failing after your last...
Running into this issue with the `Excon::Error::NotFound: Expected(200) Actual(404 Not Found)` error when creating objects for my tests using the standard Fog.mock! setup when upgrading a long-running Rails app from...
Discovered a workaround after watching the load sequence; it looked like Fog was initializing with credentials first out of the .env environment variables, and then being overridden with the credentials...