new/buildroot/support/testing/tests/package/sample_python_boto3.py

3 lines
39 B
Python
Raw Normal View History

2025-05-10 21:58:58 +08:00
import boto3
s3 = boto3.resource('s3')