Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2721c6d4
Commit
2721c6d4
authored
Nov 30, 2021
by
João Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename path_style to pathstyle on registry storage docs
parent
439b2200
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/packages/container_registry.md
doc/administration/packages/container_registry.md
+3
-3
No files found.
doc/administration/packages/container_registry.md
View file @
2721c6d4
...
...
@@ -436,7 +436,7 @@ To configure the `s3` storage driver in Omnibus:
```
If using with an
[
AWS S3 VPC endpoint
](
https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html
)
,
then set
`regionendpoint`
to your VPC endpoint address and set
`path
_
style`
to false:
then set
`regionendpoint`
to your VPC endpoint address and set
`pathstyle`
to false:
```
ruby
registry
[
'storage'
]
=
{
...
...
@@ -446,7 +446,7 @@ To configure the `s3` storage driver in Omnibus:
'bucket'
=>
'your-s3-bucket'
,
'region'
=>
'your-s3-region'
,
'regionendpoint'
=>
'your-s3-vpc-endpoint'
,
'path
_
style'
=>
false
'pathstyle'
=>
false
}
}
```
...
...
@@ -454,7 +454,7 @@ To configure the `s3` storage driver in Omnibus:
-
`regionendpoint`
is only required when configuring an S3 compatible service such as MinIO, or
when using an AWS S3 VPC Endpoint.
-
`your-s3-bucket`
should be the name of a bucket that exists, and can't include subdirectories.
-
`path
_
style`
should be set to true to use
`host/bucket_name/object`
style paths instead of
-
`pathstyle`
should be set to true to use
`host/bucket_name/object`
style paths instead of
`bucket_name.host/object`
.
[
Set to false for AWS S3
](
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
)
.
1.
Save the file and
[
reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to take effect.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment