- Westford, MA
- in/jking3
Pinned Loading
-
boostorg/boost-ci
boostorg/boost-ci PublicContinuous Integration Toolkit for boostorg code repositories
-
-
boto3-post-conditions
boto3-post-conditions PublicDefeat eventual consistency and remove retry logic from boto3 clients by enforcing post-conditions.
Python 1
-
-
cloudtruth/interposer
cloudtruth/interposer PublicA code intercept wrapper with recording and playback options to turn third party live integration tests into unit tests, audit calls, or inject secrets.
Python 2
144 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
February 2025
Created 1 commit in 1 repository
Created 2 repositories
-
jeking3/abseil-cpp
C++
This contribution was made on Feb 21
-
jeking3/moto
Python
This contribution was made on Feb 13
Created a pull request in getmoto/moto that received 6 comments
Properly handle CopyObject with content length 0 in moto_server after checksum workaround
Caused by #8495
This fixes #8592
It was broken with the checksum workaround. The workaround relied on something dangerous called input_stream
defin…
Opened 1 other pull request in 1 repository
getmoto/moto
1
closed
-
Properly handle CopyObject with content length 0
This contribution was made on Feb 13
Reviewed 2 pull requests in 2 repositories
getmoto/moto
1 pull request
-
Admin: Add CPP tests
This contribution was made on Feb 23
corretto/amazon-corretto-crypto-provider
1 pull request
-
Add provider info string
This contribution was made on Feb 6
Created an issue in getmoto/moto that received 1 comment
Submitting a S3 CopyObject to replace user metadata with Content-Length 0 causes Error 500 after the checksum workaround
Example request:
[DEBUG] 2025-02-13 20:48:40.015 CURL [140340847924992] (HeaderOut) PUT /s3testbucket/dst/testfile HTTP/1.1
Host: 127.0.0.1:12509
A…