evertrue/exhibitor-cookbook

Example S3 attributes are incorrect

Closed this issue · 0 comments

The example S3 attributes:

set['exhibitor']['s3']['key']
set['exhibitor']['s3']['secret']

are incorrect, based on how they're rendered. Based on the Exhibitor docs, they should be:

set['exhibitor']['s3']['access-key-id']
set['exhibitor']['s3']['access-secret-key']