evertrue / exhibitor-cookbook

Cookbook for Netflix Exhibitor
Other
16 stars 27 forks source link

Example S3 attributes are incorrect #15

Closed jeffbyrnes closed 9 years ago

jeffbyrnes commented 9 years ago

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']