ruby - How to download private files from S3 during EMR bootstrap? -



ruby - How to download private files from S3 during EMR bootstrap? -

i'm trying utilize of great awslabs bootstrap ruby scripts, set services. unfortunately examples seem assume using public buckets, , utilize curl download files.

since cannot create our s3 objects public @ time, i'm trying download them sending access/private keys in ruby script. however, aws-sdk ruby gem seems require @ to the lowest degree ruby version 1.9.2 (nokogiri). on our emr instance, version 1.8.7

so @ point, best option? assuming cannot create files public?

ruby amazon-web-services amazon-s3 rubygems amazon-emr

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -