Popular repositories Loading
-
time-machine-sparce-bundle-fix
time-machine-sparce-bundle-fix PublicTime Machine Sparsebundle Fix
-
virtualbox-snapshot-create
virtualbox-snapshot-create PublicShell script to create a virtualbox snapshot
-
macbook-disable-gpu
macbook-disable-gpu PublicDisables an AMD dedicated gpu on a late 2011 macbook pro
Shell 3
-
namesilo-dynamicdns-docker
namesilo-dynamicdns-docker PublicForked from htmlbrain/namesilo-dynamicdns-docker
A docker container to update namesilo's dynamic DNS
-
alt-tab-macos
alt-tab-macos PublicForked from lwouis/alt-tab-macos
Windows alt-tab on macOS
Swift 1
-
gitflow
gitflow PublicForked from RasmusVoss/gitflow
Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
Shell
18 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Opened 8 pull requests in 2 repositories
chase-miller/aws-sdk-net
6
open
1
closed
-
Break apart ClientFactory into DI-registerable pieces
This contribution was made on Apr 14
-
Remove IAWSCredentialsFactory in favor of DefaultAWSCredentials
This contribution was made on Apr 14
-
Break apart ClientFactory into DI-registerable pieces
This contribution was made on Apr 14
-
Expose [Try]AddAWSCredentials extension methods
This contribution was made on Apr 14
-
Make AWSOptions a dto
This contribution was made on Apr 14
-
Register IAWSOptionsFactory via DI
This contribution was made on Apr 14
-
Add a CredentialsFactory prop to AWSOptions
This contribution was made on Apr 14
aws/aws-sdk-net
1
open
-
Introduce [Try]AddAWSCredentials extension methods
This contribution was made on Apr 14
Created an issue in aws/aws-sdk-net that received 3 comments
Reuse default AWSOptions
in client-specific config
Describe the feature
Expose the ability to register a service-client with service-specific config that reuses the default AWSOptions
.
Use Case
I'd …