-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from oracle/release_2018-12-13
Releasing version 2.1.3
- Loading branch information
Showing
118 changed files
with
9,955 additions
and
7,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...models/oci.database.models.CreateDataGuardAssociationWithNewDbSystemDetails.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CreateDataGuardAssociationWithNewDbSystemDetails | ||
================================================ | ||
|
||
.. currentmodule:: oci.database.models | ||
|
||
.. autoclass:: CreateDataGuardAssociationWithNewDbSystemDetails | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Nameserver | ||
========== | ||
|
||
.. currentmodule:: oci.dns.models | ||
|
||
.. autoclass:: Nameserver | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/api/identity/models/oci.identity.models.IdentityProviderGroupSummary.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
IdentityProviderGroupSummary | ||
============================ | ||
|
||
.. currentmodule:: oci.identity.models | ||
|
||
.. autoclass:: IdentityProviderGroupSummary | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
docs/api/identity/models/oci.identity.models.ScimClientCredentials.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ScimClientCredentials | ||
===================== | ||
|
||
.. currentmodule:: oci.identity.models | ||
|
||
.. autoclass:: ScimClientCredentials | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
docs/api/identity/models/oci.identity.models.UpdateUserCapabilitiesDetails.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
UpdateUserCapabilitiesDetails | ||
============================= | ||
|
||
.. currentmodule:: oci.identity.models | ||
|
||
.. autoclass:: UpdateUserCapabilitiesDetails | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
docs/api/identity/models/oci.identity.models.UserCapabilities.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
UserCapabilities | ||
================ | ||
|
||
.. currentmodule:: oci.identity.models | ||
|
||
.. autoclass:: UserCapabilities | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
:undoc-members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _known-issues: | ||
|
||
Known Issues | ||
~~~~~~~~~~~~~~~~~~~~~~ | ||
These are the current known issues for the Python SDK. | ||
|
||
UploadManager generates ssl3_write_pending error when a read timeout is set for the Object Storage client | ||
========================================================================================================= | ||
**Details:** UploadManager generates the following error when a read timeout is set for the Object Storage client. | ||
|
||
.. code-block:: python | ||
OpenSSL.SSL.Error: [('SSL routines', 'ssl3_write_pending', 'bad write retry')] | ||
**Workaround:** Do not set the read timeout for the Object Storage client. There are a two ways to do so: | ||
|
||
- Create an Object Storage client without setting a timeout. | ||
- Clear the timeout on an already initialized Object Storage client by setting the timeout of the base_client to ``None``. | ||
|
||
.. code-block:: python | ||
client.base_client.timeout = None | ||
If you need to retain the connection timeout while clearing the read timeout, you can do so by setting the timeout to a tuple. The first item in the tuple is the connection timeout and the second is the read timeout. In the following example, the connection timeout is set to 90.0 seconds and the read timeout is set to infinite, or no timeout. | ||
|
||
.. code-block:: python | ||
client.base_client.timeout = (90.0, None) |
Oops, something went wrong.