Skip to content

What is the max size for get_blob in CodeCommit? #3448

Answered by aBurmeseDev
dburtsev asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dburtsev, thanks for reaching out.

Could you share your debug logs by adding boto3.set_stream_logger('') to the script? Also I would note that the metadata cannot be exceeded 6 MB in a single commit as mentioned in the CodeCommit Quotas.

There is no limit on the number or the total size of all files in a single commit, as long as the metadata does not exceed 6 MB and a single blob does not exceed 2 GB.

Best,
John

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dburtsev
Comment options

Answer selected by dburtsev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants