Skip to content

Instantly share code, notes, and snippets.

@aagnone3
Created October 30, 2020 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aagnone3/4ae4225cfdd50735d8a022380eeb99c8 to your computer and use it in GitHub Desktop.
Save aagnone3/4ae4225cfdd50735d8a022380eeb99c8 to your computer and use it in GitHub Desktop.
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