Difference between revisions of "Boto3"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
  
* S3: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html
+
* [[S3]]: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html
 
  s3 = boto3.client("s3")
 
  s3 = boto3.client("s3")
 
   
 
   
 
  copy_object () https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.copy_object
 
  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")
 +
  
  

Revision as of 14:31, 10 March 2022

Advertising: