We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02536b1 commit a1a3a76Copy full SHA for a1a3a76
thunder-service/job/aws_bucket.go
@@ -80,6 +80,10 @@ func (job *AwsDataRetrieveJob) FetchBucketLifecycleConfiguration(bucketName stri
80
go job.sumSize(bucketObject.Contents[objLen/2:], c)
81
objSum := <-c + <-c
82
83
+ if objSum < 500_000_000_000 {
84
+ return nil
85
+ }
86
+
87
awsRecommendation := model.AwsRecommendation{
88
SeqValue: seqValue,
89
ProfileID: profileID,
0 commit comments