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
// Ensure all sub-folders are created, init code relies on this
_, subFolders, err := storage.ListEntries(context.Background(), "")
And in this case we cant deal with two DB that keep their data in the same S3 but separate subfolders.
So I expect something like:
// Ensure all sub-folders are created, init code relies on this
_, subFolders, err := storage.ListEntries(context.Background(), s.Options.RemoteStorageOptions.S3PathPrefix+"/")
Probably I'm wrong, but it would be nice if you take a look. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! According to the codebase we have:
And in this case we cant deal with two DB that keep their data in the same S3 but separate subfolders.
So I expect something like:
Probably I'm wrong, but it would be nice if you take a look. Thanks!
The text was updated successfully, but these errors were encountered: