Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

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 #700
  • Loading branch information
greglearns committed Jan 16, 2017
1 parent 09e7f5c commit a71c0da
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, use hyphens instead of periods in the bucket names. Using periods in the bucket name will cause an [ssl certificate validation issue with S3](https://forums.aws.amazon.com/thread.jspa?threadID=105357).

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 a71c0da

Please sign in to comment.