Skip to content

Commit

Permalink
use the link of function for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jul 10, 2023
1 parent 1a1b95d commit abe5af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awscrt/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class S3Client(NativeResource):
No TLS options will be used, regardless of `tls_connection_options` value.
signing_config (Optional[AwsSigningConfig]):
Configuration for signing of the client. Use `create_default_s3_signing_config` to create the default config.
Configuration for signing of the client. Use :func:`create_default_s3_signing_config()` to create the default config.
If None is provided, the request will not be signed.
credential_provider (Optional[AwsCredentialsProvider]): Deprecated, prefer `signing_config` instead.
Expand Down Expand Up @@ -175,7 +175,7 @@ def make_request(
:attr:`~S3RequestType.GET_OBJECT`/:attr:`~S3RequestType.PUT_OBJECT` can be accelerated
signing_config (Optional[AwsSigningConfig]):
Configuration for signing of the request to override the configuration from client. Use `create_default_s3_signing_config` to create the default config.
Configuration for signing of the request to override the configuration from client. Use :func:`create_default_s3_signing_config()` to create the default config.
If None is provided, the client configuration will be used.
credential_provider (Optional[AwsCredentialsProvider]): Deprecated, prefer `signing_config` instead.
Expand Down

0 comments on commit abe5af9

Please sign in to comment.