I’m trying to figure out a way to access a private AWS S3 bucket from a Chef recipe. Does anyone have any ideas on the standard way to do this?
Thank you for your help,
David
CONFIDENTIALITY NOTICE: This electronic mail may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic mail or its contents by persons other than the intended recipient(s) is strictly prohibited. If you have received this communication in error, please notify the sender immediately by reply e-mail so that we may correct our internal records. Please then delete the original message. Thank you.
On Thu, Apr 24, 2014 at 10:42 AM, David A. Williams dwilliams@daxko.comwrote:
Hello All,
I'm trying to figure out a way to access a private AWS S3 bucket from a
Chef recipe. Does anyone have any ideas on the standard way to do this?
Thank you for your help,
David
CONFIDENTIALITY NOTICE: This electronic mail may contain information that
is privileged, confidential, and/or otherwise protected from disclosure to
anyone other than its intended recipient(s). Any dissemination or use of
this electronic mail or its contents by persons other than the intended
recipient(s) is strictly prohibited. If you have received this
communication in error, please notify the sender immediately by reply
e-mail so that we may correct our internal records. Please then delete the
original message. Thank you.
you want to use s3 objects as a resource, or for other purposes? you can
use aws-sdk gem to query s3 directly from your recipe. also there are
several cookbooks like s3file, s3cmd that will allow you to download/upload
objects as a chef resource.
On Thu, Apr 24, 2014 at 7:42 AM, David A. Williams dwilliams@daxko.comwrote:
Hello All,
I'm trying to figure out a way to access a private AWS S3 bucket from a
Chef recipe. Does anyone have any ideas on the standard way to do this?
Thank you for your help,
David
CONFIDENTIALITY NOTICE: This electronic mail may contain information that
is privileged, confidential, and/or otherwise protected from disclosure to
anyone other than its intended recipient(s). Any dissemination or use of
this electronic mail or its contents by persons other than the intended
recipient(s) is strictly prohibited. If you have received this
communication in error, please notify the sender immediately by reply
e-mail so that we may correct our internal records. Please then delete the
original message. Thank you.