Skip to content

Commit

Permalink
doc(installing-workflow): no periods in S3 bucket names
Browse files Browse the repository at this point in the history
Warn users not to use periods in S3 bucket names in installing-workflow/configuring-object-storage.md. Related to issue deis#700
  • Loading branch information
greglearns committed Jan 14, 2017
1 parent 09e7f5c commit 76d564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installing-workflow/configuring-object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The helm chart for Deis Workflow can be easily configured to connect Workflow co

Create storage buckets for each of the Workflow subsystems: `builder`, `registry`, and `database`.

Depending on your chosen object storage you may need to provide globally unique bucket names.
Depending on your chosen object storage you may need to provide globally unique bucket names. If you are using S3, do not use periods in the `registry_bucket` or `database_bucket` names; for example, `registry_bucket: "your.registry.bucket.name"` will fail, but `registry_bucket: "your-registry-bucket-name"` will work.

If you provide credentials with sufficient access to the underlying storage, Workflow components will create the buckets if they do not exist.

Expand Down

0 comments on commit 76d564d

Please sign in to comment.