Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy from one bucket to another bucket #122

Open
vamshikrishnab opened this issue Apr 4, 2018 · 0 comments
Open

copy from one bucket to another bucket #122

vamshikrishnab opened this issue Apr 4, 2018 · 0 comments

Comments

@vamshikrishnab
Copy link

vamshikrishnab commented Apr 4, 2018

I am trying to copy files from one bucket to another bucket, but could not achieve it here are my config details.Can someone help me on this

sync_with_environment: {
options: {
accessKeyId: '<%= settings.AWSAccessKeyId %>',
secretAccessKey: '<%= settings.AWSSecretKey %>',
bucket:'<%= settings.S3Bucket_stage %>',
differential: true,
region:'us-east-1'
},
files: [{expand: true,
cwd: '<%= settings.S3Bucket_dev %>',
src: ['**/'],
dest: ''
}]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant