The associated output of _sudo grunt s3 -v --force_ is as follows:
Loading "cloudfront.js" tasks...OK
cloudfront Loading "route53.js" tasks...OK
route53 Loading "s3.js" tasks...OK
s3 Loading "aws.js" tasks...OK
No tasks were registered or unregistered. Loading "cache-mgr.js" tasks...OK
No tasks were registered or unregistered. Loading "Gruntfile.js" tasks...OK
default
Running tasks: s3
Running "s3" task
Running "s3:upload" (s3) task Verifying property s3.upload exists in
config...OK
I am trying to automate uploading files to an S3 bucket by using: https://github.com/jpillora/grunt-aws#the-s3-task
My Gruntfile.js "compiles" correctly, but when executed it simply hangs when it gets to the S3 portion -- without errors.
The following is my Gruntfile.js:
The associated output of _sudo grunt s3 -v --force_ is as follows:
At that point, it hangs...
Any ideas?