You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-object-storage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The helm chart for Deis Workflow can be easily configured to connect Workflow co
17
17
18
18
Create storage buckets for each of the Workflow subsystems: `builder`, `registry`, and `database`.
19
19
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).
21
21
22
22
If you provide credentials with sufficient access to the underlying storage, Workflow components will create the buckets if they do not exist.
0 commit comments