diff --git a/internal/pkg/crawl/extractor/s3.go b/internal/pkg/crawl/extractor/s3.go index f1b90bc..1df9fa3 100644 --- a/internal/pkg/crawl/extractor/s3.go +++ b/internal/pkg/crawl/extractor/s3.go @@ -53,12 +53,6 @@ func S3(resp *http.Response) ([]*url.URL, error) { return nil, err } - if result.Marker == "" { - - } - - println(result.Marker) - // Extract base URL from the response URL reqURL := resp.Request.URL requestQuery := reqURL.Query()