File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/aws-cpp-sdk-core/include/aws/core/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ namespace Aws
103103 inline void SetSourceProfile (const Aws::String& value ) { m_sourceProfile = value; }
104104 inline const Aws::String& GetCredentialProcess () const { return m_credentialProcess; }
105105 inline void SetCredentialProcess (const Aws::String& value ) { m_credentialProcess = value; }
106- inline Aws::String GetGlobalEndpointUrl () const { return m_endpointUrl; }
106+ inline const Aws::String& GetGlobalEndpointUrl () const { return m_endpointUrl; }
107107 inline void SetGlobalEndpointUrl (const Aws::String& value) { m_endpointUrl = value; }
108108 inline Services GetServices () const { return m_services; }
109109 inline void SetServices (Services&& services) { m_services = std::move (services); }
You can’t perform that action at this time.
0 commit comments