Skip to content

Commit 8b179b7

Browse files
committed
Remove "terminology" - it scares people off
1 parent 299d41a commit 8b179b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorials/cloud_access/cloud-access-intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Learning Goals:
2727

2828
## 1. Cloud basics
2929

30-
### 1.1 Terminology
31-
3230
AWS S3 is an [object store](https://en.wikipedia.org/wiki/Object_storage) where the fundamental entities are "buckets" and "objects".
3331
Buckets are containers for objects, and objects are blobs of data.
3432
Users 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

4846
Most of the common python methods used to read images and catalogs from a local disk can also be pointed at cloud storage buckets.
4947
This includes methods like Astropy `fits.open` and Pandas `read_parquet`.

0 commit comments

Comments
 (0)