I'm following the steps in https://confluence.atlassian.com/bitbucket/deploy-build-artifacts-to-bitbucket-downloads-872124574.html to use the HTTP REST API to POST an artifact to the BitBucket repo downloads section.
It appears to work great for small files but fails for large files (~600 MB). The upload only fails after curl has transferred 100% with a page that says "Something went wrong. You can try again or contact support if the problem persists."
Is there a file size limit?
Hey Lucas,
It sounds like you might actually be hitting the repo size limit. There's a hard limit at 2GB as git doesn't do too well with big repository sizes. We've got the repo limits and how you can check them documented here.
Let me know if you've still got questions after checking that out!
Cheers,
Daniel
Actually I can only upload 30 MB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.