Skip to content

Commit

Permalink
Add additional S3 servers
Browse files Browse the repository at this point in the history
  • Loading branch information
NGTmeaty authored Oct 29, 2024
1 parent aa3b379 commit db18d78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/pkg/crawl/extractor/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import (

var validS3Servers = []string{
"AmazonS3",
"WasabiS3",
"UploadServer", // Google Cloud Storage
"Windows-Azure-Blob",
"AliyunOSS", // Alibaba Object Storage Service
}

// S3ListBucketResult represents the XML structure of an S3 bucket listing
Expand Down

0 comments on commit db18d78

Please sign in to comment.