Difference between revisions of "Boto3.client"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session.client | https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session.client | ||
+ | |||
+ | * [[S3]]: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html | ||
+ | s3 = boto3.client("s3") | ||
+ | |||
+ | copy_object () https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.copy_object | ||
+ | |||
+ | |||
+ | * [[RDS]] https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rds.html#client | ||
+ | |||
+ | my_rds_client = boto3.client("rds") | ||
== See also == | == See also == |
Revision as of 14:41, 10 March 2022
s3 = boto3.client("s3") copy_object () https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.copy_object
my_rds_client = boto3.client("rds")
See also
Advertising: