Spaces:
Running
Running
Commit
·
0bf58c1
1
Parent(s):
ccd8a2a
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -37,6 +37,7 @@
|
|
37 |
uploadButton.addEventListener('click', upload);
|
38 |
|
39 |
function isS3Url(url) {
|
|
|
40 |
// Replace this with the actual condition to identify S3 URLs
|
41 |
return url.startsWith('https://s3.amazonaws.com/');
|
42 |
}
|
|
|
37 |
uploadButton.addEventListener('click', upload);
|
38 |
|
39 |
function isS3Url(url) {
|
40 |
+
console.log(url);
|
41 |
// Replace this with the actual condition to identify S3 URLs
|
42 |
return url.startsWith('https://s3.amazonaws.com/');
|
43 |
}
|