Add direct S3 interaction
Compare changes
- Daniel Göbel authored
+ 314
− 13
@@ -17,7 +86,10 @@ const props = defineProps<{
@@ -47,12 +119,30 @@ const objectState = reactive({
@@ -176,7 +266,7 @@ const visibleObjects: ComputedRef<(S3ObjectWithFolder | S3PseudoFolder)[]> =
@@ -186,6 +276,11 @@ const errorLoadingObjects: ComputedRef<boolean> = computed(
@@ -195,6 +290,7 @@ onMounted(() => {
@@ -267,6 +363,110 @@ function isS3Object(
@@ -284,6 +484,28 @@ watch(
@@ -342,25 +564,44 @@ watch(
@@ -507,7 +748,11 @@ watch(
@@ -521,18 +766,46 @@ watch(
@@ -551,6 +824,12 @@ watch(
@@ -566,6 +845,28 @@ watch(