Add direct S3 interaction
Compare changes
Files
2- Daniel Göbel authored
@@ -2,7 +2,7 @@
@@ -15,6 +15,7 @@ const props = defineProps<{
@@ -30,6 +31,13 @@ const emit = defineEmits<{
@@ -48,6 +56,10 @@ const uploadProgress: ComputedRef<number> = computed(() =>
@@ -99,7 +111,9 @@ async function uploadObject() {
@@ -197,9 +211,13 @@ onMounted(() => {