@@ -94,17 +94,24 @@ When generating a new personal access token, the scope only needs to
9494encompass ` public_repo ` (or ` repo ` if you're accessing a private repo).
9595
9696If you'd like to download Red Hat-only internal images from S3, you'll
97- need to create a key file in ` ~/.config/cockpit-dev/s3-keys/[endpoint] ` .
98- The contents of this file should be a single line containing the "access
99- key" and the "secret key" separated by whitespace.
97+ need to create a key file in ` ~/.config/cockpit-dev/s3-keys/[domain] ` .
98+ The ` [domain] ` can be any non-toplevel domain which contains the S3 URL
99+ in question. The contents of this file should be a single line
100+ containing the "access key" and the "secret key" separated by
101+ whitespace.
100102
101- For the currently configured mirrors this means that you'd expect to
102- have the following files :
103+ For the currently configured mirrors this means that you'd likely have the
104+ following file :
103105
106+ - ` ~/.config/cockpit-dev/s3-keys/linodeobjects.com `
107+
108+ For more control, you could also use the following:
109+
110+ - ` ~/.config/cockpit-dev/s3-keys/cockpit-images.eu-central-1.linodeobjects.com `
104111- ` ~/.config/cockpit-dev/s3-keys/eu-central-1.linodeobjects.com `
105- - ` ~/.config/cockpit-dev/s3-keys/ us-east-1.linodeobjects.com `
112+ - either of the above, with ` us-east ` instead of ` eu-central `
106113
107- each each file would be a single line which looks like
114+ each file would be a single line which looks like
108115
109116```
110117EEVIDIDFSOQ0ABJ2LGTT 009rKOypIoqO44Q3VQGRyYPfugi84zANHF0pOW9f
0 commit comments