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
1a35a3db
Commit
1a35a3db
authored
Jan 08, 2020
by
Rehab Hassanein
Committed by
Marcel Amirault
Jan 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: S3 bucket can't include subdirectories
parent
dd78dc0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
doc/administration/packages/container_registry.md
doc/administration/packages/container_registry.md
+9
-3
No files found.
doc/administration/packages/container_registry.md
View file @
1a35a3db
...
...
@@ -398,6 +398,9 @@ To configure the `s3` storage driver in Omnibus:
1.
Save the file and
[
reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to take effect.
NOTE:
**Note:**
`your-s3-bucket`
should only be the name of a bucket that exists, and can't include subdirectories.
**Installations from source**
Configuring the storage driver is done in your registry config YML file created
...
...
@@ -408,9 +411,9 @@ when you [deployed your docker registry](https://docs.docker.com/registry/deploy
```
yml
storage
:
s3
:
accesskey
:
'
AKIAKIAKI
'
secretkey
:
'
s
ecret123
'
bucket
:
'
gitlab-registry-bucket-AKIAKIAKI
'
accesskey
:
'
s3-access-key
'
secretkey
:
'
s
3-secret-key-for-access-key
'
bucket
:
'
your-s3-bucket
'
region
:
'
your-s3-region'
regionendpoint
:
'
your-s3-regionendpoint'
cache
:
...
...
@@ -419,6 +422,9 @@ storage:
enabled
:
true
```
NOTE:
**Note:**
`your-s3-bucket`
should only be the name of a bucket that exists, and can't include subdirectories.
## Change the registry's internal port
NOTE:
**Note:**
...
...
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