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
When using Fog.mock!, calling directories.create(key: 'foo') appears to destroy any existing directory with that key. Is this intended behavior? Am I doing something wrong in my example?
Seems quite likely to just be a mistake in implementation (and likely one that wouldn't be too difficult to fix if somebody would like to try it). Just let me know if you do and need some guidance. Thanks!
When using
Fog.mock!
, callingdirectories.create(key: 'foo')
appears to destroy any existing directory with that key. Is this intended behavior? Am I doing something wrong in my example?Original issue opened by @russellsilva at fog/fog#3668.
The text was updated successfully, but these errors were encountered: