From fc81751f20db0de6d9a90a4ea12f381b58b4e977 Mon Sep 17 00:00:00 2001 From: Khushi Dubey Date: Fri, 2 Jan 2026 23:53:49 +0530 Subject: [PATCH] docs: add guide for probing local emulated GCS --- Probing-Local-Emulated-GCS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Probing-Local-Emulated-GCS.md diff --git a/Probing-Local-Emulated-GCS.md b/Probing-Local-Emulated-GCS.md new file mode 100644 index 00000000..74b15fbd --- /dev/null +++ b/Probing-Local-Emulated-GCS.md @@ -0,0 +1,23 @@ +# Probing Local Emulated Google Cloud Storage (GCS) + +When working on Oppia features that interact with Google Cloud Storage (GCS), +it is often useful to inspect files stored in the local emulated GCS +environment during development. + +This guide explains how to explore and modify files in the local GCS emulator. + +--- + +## Prerequisites + +- Oppia development environment set up +- Local dev server running + +--- + +## Steps to Access Local Emulated GCS + +### 1. Start the local development server + +```bash +make run