Skip to content

Commit 61128d4

Browse files
Ansenshenan
and
shenan
authored
Add Google Storage Guide (#341)
* Add Google Storage Guide * 添加英语版本 --------- Co-authored-by: shenan <[email protected]>
1 parent 92ba3a7 commit 61128d4

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed
Loading
Loading
Loading
Loading

docs/guide/drivers/s3.md

+20
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,26 @@ Finally, remember to enable **`Force Path Style`** to use, otherwise it cannot b
265265

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

268+
@tab Google Cloud
269+
270+
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)
271+
272+
Then you will enter the following page:
273+
274+
![Google Cloud](/img/drivers/s3/googleStorage1.png)
275+
276+
You can see Endpoint and Access Key on this page, you need to select an account and create an Access Key
277+
278+
![Google Cloud](/img/drivers/s3/googleStorage2.png)
279+
280+
Access Key/Secret will be displayed on the new page, They will only be displayed this time. Please save them properly.
281+
282+
![Google Cloud](/img/drivers/s3/googleStorage3.png)
283+
284+
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.
285+
286+
![Google Cloud](/img/drivers/s3/googleStorage4.png)
287+
268288
::::
269289

270290

docs/zh/guide/drivers/s3.md

+20
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,26 @@ Alist挂载**阿里云盘**需要跳过 `referer` ,若你在防盗链开启不
276276

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

279+
@tab Google Cloud
280+
281+
默认你已经有Google Cloud的账号了,那么我们直接进入 Google Cloud Storage的设置页面,这个[链接直达](https://console.cloud.google.com/storage/settings;tab=interoperability)
282+
283+
然后会进入下面这个页面
284+
285+
![Google Cloud](/img/drivers/s3/googleStorage1.png)
286+
287+
在这个页面我们可以很明显的看到 Endpoint 和 Access Key,我这里因为已经创建的有一个AK/SK了,如果你没有,直接点下面的创建即可,点了创建,会提示你执行账户,我这因为账号问题,有两个,正常情况下只有一个,你选了账户后,点创建
288+
289+
![Google Cloud](/img/drivers/s3/googleStorage2.png)
290+
291+
然后就会出现Access Key/Secret 了,它俩分别对应Alist的 访问密钥 Id 和 安全访问密钥,这个只显示一次,一定要复制并保存到本地
292+
293+
![Google Cloud](/img/drivers/s3/googleStorage3.png)
294+
295+
到这里,Alist所需要的 EndPoint 、访问密钥 Id、安全访问密钥 就获取到了,剩余的 存储桶和地区,请在存储桶里面查看
296+
297+
![Google Cloud](/img/drivers/s3/googleStorage4.png)
298+
279299
::::
280300

281301

0 commit comments

Comments
 (0)