You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_snippets/_S3_authentication_and_bucket.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,85 +28,85 @@ In this procedure, we'll be creating a service account user, not a login user.
28
28
29
29
2. In "users", select **Add users**
30
30
31
-
<Imagesize="md"img={s3_1}alt="AWS IAM Management Console - Adding a new user"border />
31
+
<Imagesize="md"img={s3_1}alt="AWS IAM Management Console - Adding a new user"borderforce/>
32
32
33
33
3. Enter the user name and set the credential type to **Access key - Programmatic access** and select **Next: Permissions**
34
34
35
-
<Imagesize="md"img={s3_2}alt="Setting user name and access type for IAM user"border />
35
+
<Imagesize="md"img={s3_2}alt="Setting user name and access type for IAM user"borderforce/>
36
36
37
37
4. Do not add the user to any group; select **Next: Tags**
38
38
39
-
<Imagesize="md"img={s3_3}alt="Skipping group assignment for IAM user"border />
39
+
<Imagesize="md"img={s3_3}alt="Skipping group assignment for IAM user"borderforce/>
40
40
41
41
5. Unless you need to add any tags, select **Next: Review**
42
42
43
-
<Imagesize="md"img={s3_4}alt="Skipping tag assignment for IAM user"border />
43
+
<Imagesize="md"img={s3_4}alt="Skipping tag assignment for IAM user"borderforce/>
44
44
45
45
6. Select **Create User**
46
46
47
47
:::note
48
48
The warning message stating that the user has no permissions can be ignored; permissions will be granted on the bucket for the user in the next section
49
49
:::
50
50
51
-
<Imagesize="md"img={s3_5}alt="Creating the IAM user with no permissions warning"border />
51
+
<Imagesize="md"img={s3_5}alt="Creating the IAM user with no permissions warning"borderforce/>
52
52
53
53
7. The user is now created; click on **show** and copy the access and secret keys.
54
54
:::note
55
55
Save the keys somewhere else; this is the only time that the secret access key will be available.
56
56
:::
57
57
58
-
<Imagesize="md"img={s3_6}alt="Viewing and copying the IAM user access keys"border />
58
+
<Imagesize="md"img={s3_6}alt="Viewing and copying the IAM user access keys"borderforce/>
59
59
60
60
8. Click close, then find the user in the users screen.
61
61
62
-
<Imagesize="md"img={s3_7}alt="Finding the newly created IAM user in the users list"border />
62
+
<Imagesize="md"img={s3_7}alt="Finding the newly created IAM user in the users list"borderforce/>
63
63
64
64
9. Copy the ARN (Amazon Resource Name) and save it for use when configuring the access policy for the bucket.
65
65
66
-
<Imagesize="md"img={s3_8}alt="Copying the ARN of the IAM user"border />
66
+
<Imagesize="md"img={s3_8}alt="Copying the ARN of the IAM user"borderforce/>
67
67
68
68
### Create an S3 bucket {#create-an-s3-bucket}
69
69
1. In the S3 bucket section, select **Create bucket**
70
70
71
-
<Imagesize="md"img={s3_9}alt="Starting the S3 bucket creation process"border />
71
+
<Imagesize="md"img={s3_9}alt="Starting the S3 bucket creation process"borderforce/>
72
72
73
73
2. Enter a bucket name, leave other options default
74
74
:::note
75
75
The bucket name must be unique across AWS, not just the organization, or it will emit an error.
76
76
:::
77
77
3. Leave `Block all Public Access` enabled; public access is not needed.
78
78
79
-
<Imagesize="md"img={s3_a}alt="Configuring the S3 bucket settings with public access blocked"border />
79
+
<Imagesize="md"img={s3_a}alt="Configuring the S3 bucket settings with public access blocked"borderforce/>
80
80
81
81
4. Select **Create Bucket** at the bottom of the page
5. Select the link, copy the ARN, and save it for use when configuring the access policy for the bucket.
86
86
87
87
6. Once the bucket has been created, find the new S3 bucket in the S3 buckets list and select the link
88
88
89
-
<Imagesize="md"img={s3_c}alt="Finding the newly created S3 bucket in the buckets list"border />
89
+
<Imagesize="md"img={s3_c}alt="Finding the newly created S3 bucket in the buckets list"borderforce/>
90
90
91
91
7. Select **Create folder**
92
92
93
-
<Imagesize="md"img={s3_d}alt="Creating a new folder in the S3 bucket"border />
93
+
<Imagesize="md"img={s3_d}alt="Creating a new folder in the S3 bucket"borderforce/>
94
94
95
95
8. Enter a folder name that will be the target for the ClickHouse S3 disk and select **Create folder**
96
96
97
-
<Imagesize="md"img={s3_e}alt="Setting the folder name for ClickHouse S3 disk usage"border />
97
+
<Imagesize="md"img={s3_e}alt="Setting the folder name for ClickHouse S3 disk usage"borderforce/>
98
98
99
99
9. The folder should now be visible on the bucket list
100
100
101
-
<Imagesize="md"img={s3_f}alt="Viewing the newly created folder in the S3 bucket"border />
101
+
<Imagesize="md"img={s3_f}alt="Viewing the newly created folder in the S3 bucket"borderforce/>
102
102
103
103
10. Select the checkbox for the new folder and click on **Copy URL** Save the URL copied to be used in the ClickHouse storage configuration in the next section.
104
104
105
-
<Imagesize="md"img={s3_g}alt="Copying the S3 folder URL for ClickHouse configuration"border />
105
+
<Imagesize="md"img={s3_g}alt="Copying the S3 folder URL for ClickHouse configuration"borderforce/>
106
106
107
107
11. Select the **Permissions** tab and click on the **Edit** button in the **Bucket Policy** section
108
108
109
-
<Imagesize="md"img={s3_h}alt="Accessing the S3 bucket policy configuration"border />
109
+
<Imagesize="md"img={s3_h}alt="Accessing the S3 bucket policy configuration"borderforce/>
0 commit comments