Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
s3.create_bucket(Bucket="MyBucket")

If you're interested in streaming netCDF files directly from S3 buckets, give this example a look:

...