Skip to content

Commit a71c0da

Browse files
committed
doc(installing-workflow): no periods in S3 bucket names
Warn users not to use periods in S3 bucket names in installing-workflow/configuring-object-storage.md. Related to issue deis/workflow#700
1 parent 09e7f5c commit a71c0da

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)