xref
: /
buildroot
/
support
/
testing
/
tests
/
package
/
sample_python_boto3.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
boto3
2
s3
=
boto3
.
resource
(
's3'
)
3