Closed xdoan closed 3 years ago
In https://docs.synapse.org/articles/aws_sts_storage_locations.html under "Obtaining Temporary S3 Credentials" the Python code section.
The first line is import synapseclients
import synapseclients
should be import synapseclient
import synapseclient
Location of the Documentation
In https://docs.synapse.org/articles/aws_sts_storage_locations.html under "Obtaining Temporary S3 Credentials" the Python code section.
Problem
The first line is
import synapseclients
Suggested Fix
should be
import synapseclient