Skip to content

Commit

Permalink
Update index.md (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Oct 22, 2024
2 parents 2a6e9ee + 3350070 commit e7ef259
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ gcloud storage cp $PERSISTENT_BUCKET/<filepath> <destination-filepath>
You can list all files/folder in a bucket using the following command.

```
gscloud storage ls $PERSISTENT_BUCKET
gcloud storage ls $PERSISTENT_BUCKET
```
**Note:** The above command will list all files/folders in the folder `<username>`. It won't list files in the sub-folders of folder `<username>`. To list all files including the files in the sub-folders of the root folder `<username>`, use the following command.

```
gscloud storage ls --recursive $PERSISTENT_BUCKET
gcloud storage ls --recursive $PERSISTENT_BUCKET
```

### 5. Deleting file from a bucket
Expand Down

0 comments on commit e7ef259

Please sign in to comment.