Skip to content

Instantly share code, notes, and snippets.

@aagnone3
Created October 30, 2020 00:13
Embed
What would you like to do?
sf_crime_1.py
import os
print(f"The contents of the S3 bucket connected to this notebook have been automatically transferred locally.\n"
f"S3 Bucket: s3://{os.environ['S3_BUCKET']}\n"
f"Local directory: /datasets/s3-data-bucket\n"
f"\nContents:")
!ls /datasets/s3-data-bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment