- 
          
- 
        Couldn't load subscription status. 
- Fork 178
Open
Labels
changeThis is a change in the code that should not affect the usersThis is a change in the code that should not affect the usersp2Medium priorityMedium priority
Description
Motivation
I observed the flow of initializing of some retrievers may be not complete. When we call InitRetriever method to spawn
s3 retriever then we internally call
func createS3Retriever(c *retrieverconf.RetrieverConf, _ time.Duration) (retriever.Retriever, error) {
	awsConfig, err := awsConf.LoadDefaultConfig(context.Background())
	return &s3retrieverv2.Retriever{Bucket: c.Bucket, Item: c.Item, AwsConfig: &awsConfig}, err
}But there is also initialization method for s3 retriever.
Requirements
Discussion whether we should call specific init methods here or not
Metadata
Metadata
Assignees
Labels
changeThis is a change in the code that should not affect the usersThis is a change in the code that should not affect the usersp2Medium priorityMedium priority