Skip to content

Commit

Permalink
Add Google Storage Guide (#341)
Browse files Browse the repository at this point in the history
* Add Google Storage Guide

* 添加英语版本

---------

Co-authored-by: shenan <[email protected]>
  • Loading branch information
Ansen and shenan authored May 26, 2024
1 parent 92ba3a7 commit 61128d4
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/guide/drivers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,26 @@ Finally, remember to enable **`Force Path Style`** to use, otherwise it cannot b

![s3](/img/drivers/s3/mini-io.png)

@tab Google Cloud

I assume you already have a Google Cloud account, so let’s go directly to the Google Cloud Storage settings page.[Click me](https://console.cloud.google.com/storage/settings;tab=interoperability)

Then you will enter the following page:

![Google Cloud](/img/drivers/s3/googleStorage1.png)

You can see Endpoint and Access Key on this page, you need to select an account and create an Access Key

![Google Cloud](/img/drivers/s3/googleStorage2.png)

Access Key/Secret will be displayed on the new page, They will only be displayed this time. Please save them properly.

![Google Cloud](/img/drivers/s3/googleStorage3.png)

At this point, the EndPoint, access key Id, and security access key required by Alist have been obtained. Please view the remaining buckets and regions in the corresponding buckets.

![Google Cloud](/img/drivers/s3/googleStorage4.png)

::::


Expand Down
20 changes: 20 additions & 0 deletions docs/zh/guide/drivers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,26 @@ Alist挂载**阿里云盘**需要跳过 `referer` ,若你在防盗链开启不

![s3](/img/drivers/s3/mini-io.png)

@tab Google Cloud

默认你已经有Google Cloud的账号了,那么我们直接进入 Google Cloud Storage的设置页面,这个[链接直达](https://console.cloud.google.com/storage/settings;tab=interoperability)

然后会进入下面这个页面

![Google Cloud](/img/drivers/s3/googleStorage1.png)

在这个页面我们可以很明显的看到 Endpoint 和 Access Key,我这里因为已经创建的有一个AK/SK了,如果你没有,直接点下面的创建即可,点了创建,会提示你执行账户,我这因为账号问题,有两个,正常情况下只有一个,你选了账户后,点创建

![Google Cloud](/img/drivers/s3/googleStorage2.png)

然后就会出现Access Key/Secret 了,它俩分别对应Alist的 访问密钥 Id 和 安全访问密钥,这个只显示一次,一定要复制并保存到本地

![Google Cloud](/img/drivers/s3/googleStorage3.png)

到这里,Alist所需要的 EndPoint 、访问密钥 Id、安全访问密钥 就获取到了,剩余的 存储桶和地区,请在存储桶里面查看

![Google Cloud](/img/drivers/s3/googleStorage4.png)

::::


Expand Down

0 comments on commit 61128d4

Please sign in to comment.