An open index of dependabot pull requests across open source projects.

github.com/aws/aws-sdk-go-v2/config

Ecosystem:
go
Package URL:
pkg:golang/github.com/aws/aws-sdk-go-v2/config
Total PRs:
4,939 Dependabot PRs
Latest PR:
about 2 hours ago
Unique Repositories:
779 repositories
Unique Repos (30 days):
596 repositories
Recent PRs
Package Details
Name: github.com/aws/aws-sdk-go-v2/config
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/aws/aws-sdk-go-v2/config
JSON API: View JSON
Package Information
Description:

Package config provides utilities for loading configuration from multiple sources that can be used to configure the SDK's API clients, and utilities. The config package will load configuration from environment variables, AWS shared configuration file (~/.aws/config), and AWS shared credentials file (~/.aws/credentials). Use the LoadDefaultConfig to load configuration from all the SDK's supported sources, and resolve credentials using the SDK's default credential chain. LoadDefaultConfig allows for a variadic list of additional Config sources that can provide one or more configuration values which can be used to programmatically control the resolution of a specific value, or allow for broader range of additional configuration sources not supported by the SDK. A Config source implements one or more provider interfaces defined in this package. Config sources passed in will take precedence over the default environment and shared config sources used by the SDK. If one or more Config sources implement the same provider interface, priority will be handled by the order in which the sources were passed in. A number of helpers (prefixed by “With“) are provided in this package that implement their respective provider interface. These helpers should be used for overriding configuration programmatically at runtime.

Repository: https://github.com/aws/aws-sdk-go-v2
Homepage: https://github.com/aws/aws-sdk-go-v2
Latest Release: v1.28.6
9 months ago
Dependent Repos: 14,350
Dependent Packages: 8,172
Ranking: Top 0.0628% by dependent repos Top 0.041% by dependent pkgs
PR Status
Open 2,201 (44.8%)
Merged 1,122 (22.9%)
Closed 1,382 (28.2%)
PR Types
Minor 1,998 (40.7%)
Patch 2,707 (55.2%)