Skip to content

Commit 5cef033

Browse files
authored
Merge pull request #701 from greglearns/patch-1
doc(installing-workflow): no periods in S3 bucket names
2 parents 30ea290 + a71c0da commit 5cef033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The helm chart for Deis Workflow can be easily configured to connect Workflow co
1717

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

20-
Depending on your chosen object storage you may need to provide globally unique bucket names.
20+
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).
2121

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

0 commit comments

Comments
 (0)