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