File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ Learning Goals:
2727
2828## 1. Cloud basics
2929
30- ### 1.1 Terminology
31-
3230AWS S3 is an [ object store] ( https://en.wikipedia.org/wiki/Object_storage ) where the fundamental entities are "buckets" and "objects".
3331Buckets are containers for objects, and objects are blobs of data.
3432Users may be more familiar with [ filesystem] ( https://en.wikipedia.org/wiki/File_system ) "files" and "directories".
@@ -43,7 +41,7 @@ The following S3 terms are also used in this notebook:
4341
4442+++
4543
46- ### 1.2 General access
44+ ### 1.1 General access
4745
4846Most of the common python methods used to read images and catalogs from a local disk can also be pointed at cloud storage buckets.
4947This includes methods like Astropy ` fits.open ` and Pandas ` read_parquet ` .
You can’t perform that action at this time.
0 commit comments