forked from distribution/distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit configuration.md to add gcs credentials option
Signed-off-by: Andrey Kostov <[email protected]>
- Loading branch information
1 parent
78238ef
commit 3f9f073
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,17 @@ storage: | |
gcs: | ||
bucket: bucketname | ||
keyfile: /path/to/keyfile | ||
credentials: | ||
type: service_account | ||
project_id: project_id_string | ||
private_key_id: private_key_id_string | ||
private_key: private_key_string | ||
client_email: [email protected] | ||
client_id: client_id_string | ||
auth_uri: http://example.com/auth_uri | ||
token_uri: http://example.com/token_uri | ||
auth_provider_x509_cert_url: http://example.com/provider_cert_url | ||
client_x509_cert_url: http://example.com/client_cert_url | ||
rootdirectory: /gcs/object/name/prefix | ||
chunksize: 5242880 | ||
s3: | ||
|
@@ -389,6 +400,17 @@ storage: | |
gcs: | ||
bucket: bucketname | ||
keyfile: /path/to/keyfile | ||
credentials: | ||
type: service_account | ||
project_id: project_id_string | ||
private_key_id: private_key_id_string | ||
private_key: private_key_string | ||
client_email: [email protected] | ||
client_id: client_id_string | ||
auth_uri: http://example.com/auth_uri | ||
token_uri: http://example.com/token_uri | ||
auth_provider_x509_cert_url: http://example.com/provider_cert_url | ||
client_x509_cert_url: http://example.com/client_cert_url | ||
rootdirectory: /gcs/object/name/prefix | ||
s3: | ||
accesskey: awsaccesskey | ||
|