Skip to content

A Bash script that will get S3 assets using IAM credentials.

Notifications You must be signed in to change notification settings

tnoeding/s3iamget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

S3IAMGet

This bash script will grab S3 assets using IAM credentials.

Getting Started:

From within the IAM based ec2 image, pull down this repository

git clone http://github.com/tnoeding/s3iamget.git

cd into the directory

cd s3iamget

make sure the script can run

chmod +x s3iamget.sh

run the s3iamget.sh script with the proper arguments

./s3iamget.sh <bucketname> <bucketlocation>

EXAMPLE

./s3iamget.sh testbucket dir1/dir2/file.txt

About

A Bash script that will get S3 assets using IAM credentials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages