Merge pull request #2280 from buttilda/check-versioning-on-init

fix: buckets with versioning enabled don't have "Show versions" button in UI
This commit is contained in:
Ben McClelland
2026-08-07 08:53:08 -07:00
committed by GitHub
+1
View File
@@ -1231,6 +1231,7 @@ under the License.
// If we have a bucket from URL, show it
if (currentBucket) {
showObjectsView();
await checkBucketVersioning();
await loadObjects();
} else {
showBucketsView();