What is the max size for get_blob in CodeCommit? #3448
-
get_blob can't load 17.7 MB (18,653,184 bytes) file client = boto3.client('codecommit') botocore.errorfactory.FileTooLargeException: An error occurred (FileTooLargeException) when calling the GetBlob operation: This object exceeds the max size for retrieval via the API. Use the git client to retrieve this file. Git blob size - Maximum of 2 GB. https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dburtsev, thanks for reaching out. Could you share your debug logs by adding
Best, |
Beta Was this translation helpful? Give feedback.
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.Best,
John