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
local.go Adapter.Put completely ignores the namespace of the passed-in object. So if a repo is created on some adapter, all files are actually stored in the same local directory regardless of the namespace.
Meanwhile export is unaware of this, and cannot find the file.
Apart from fixing export, we should either refuse to namespace on adapters that do not support it, or fix them to support it. (The latter may have backwards compatibility issues!)
The text was updated successfully, but these errors were encountered:
local.go Adapter.Put completely ignores the namespace of the passed-in object. So if a repo is created on some adapter, all files are actually stored in the same local directory regardless of the namespace.
Meanwhile export is unaware of this, and cannot find the file.
Apart from fixing export, we should either refuse to namespace on adapters that do not support it, or fix them to support it. (The latter may have backwards compatibility issues!)
The text was updated successfully, but these errors were encountered: