We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DownloadDBLogFilePortion often fails with error This file contains binary data and should be downloaded instead of viewed.
This file contains binary data and should be downloaded instead of viewed
Support recommend using DownloadCompleteDBLogFile.
DownloadCompleteDBLogFile method can be called from AmazonRDSClient
AmazonRDSClient
DownloadDBLogFilePortion can fail due to:
Add DownloadCompleteDBLogFile method to AmazonRDSClient
The text was updated successfully, but these errors were encountered:
What's the exception or error message you get?
Sorry, something went wrong.
Error Message
This file contains binary data and should be downloaded instead of viewed.
I don't have a full stack trace from the production log.
This error has been documented multiple times on other API wrappers:
This looks like a service side problem. I would open a support ticket against RDS. I don't think there's a whole lot we can do in the SDK.
No branches or pull requests
DownloadDBLogFilePortion often fails with error
This file contains binary data and should be downloaded instead of viewed
.Support recommend using DownloadCompleteDBLogFile.
Expected Behavior
DownloadCompleteDBLogFile method can be called from
AmazonRDSClient
Current Behavior
DownloadDBLogFilePortion can fail due to:
Possible Solution
Add DownloadCompleteDBLogFile method to
AmazonRDSClient
Your Environment
The text was updated successfully, but these errors were encountered: