You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
when calling the S3 functions, the program raised these error, and there is no aws-http.dll. after taking a glance at all s3 header files, did not find any other aws libraries modules to be needed
No idea how to fix it SDK version number
1.8 Platform/OS/Hardware/Device
What are you running the sdk on?
win10 To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code)
added s3 include/lib/dll files into project,
and tried to connect s3 and called the getobject function
Expected behavior
A clear and concise description of what you expected to happen.
working with aws s3 Logs/output
If applicable, add logs or error output.
error LNK2001: unresolved external symbol "char const * const Aws::Http::CONTENT_TYPE_HEADER" (?CONTENT_TYPE_HEADER@Http@Aws@@3QBDB)