cancel
Showing results for 
Search instead for 
Did you mean: 
lusy26demco
New Contributor
since ‎01-22-2025
‎01-27-2025

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,I’m having trouble connecting to my AWS S3 bucket from my local Python environment using boto3. When I try to run the following code:import boto3s3 = boto3.client('s3')response = s3.list_objects_v2(Bucket='my-bucket-name')print(response)error m...