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

deploy returning NotImplementedException #8

Open
phivk opened this issue Aug 12, 2014 · 4 comments
Open

deploy returning NotImplementedException #8

phivk opened this issue Aug 12, 2014 · 4 comments

Comments

@phivk
Copy link

phivk commented Aug 12, 2014

Im following the guidelines in EXAMPLE.md, but get stuck during the git-s3 deploy step:

$ git-s3 deploy
Uploading newTestFile
[Aws\S3\Exception\NotImplementedException]                           
A header you provided implies functionality that is not implemented  
deploy

I used the following in git-s3 config:

Enter your AWS access key ID: [my access key ID]
Enter your AWS secret access key: [my secret access key]
Enter your Region name (default: eu-west-1): eu-west-1
Enter your bucket title: [my-bucket-name]
Enter the path (relative or absolute) where your repo lives: testRepo
Do you want to clone your repo? (default: "n"): n
Configuration was successful.

My bucket has region Ireland aka eu-west-1 (I tried specifying "Ireland" as Region name without success)

Am I missing something?

@phivk
Copy link
Author

phivk commented Aug 13, 2014

After getting "Access denied" errors in the AWS CLI, I figured out it was because I didn't have permissions set for my user.
Fixed this by adding my IAM user to a group and setting the right permissions in the Management Console.

@njcameron
Copy link

I also got this error when I installed git-s3 into the same dir as my repo. When I did in the dir above it, it all worked.

@wyattsweet
Copy link

I'm also getting this error when I git-s3 deploy. I'm using security credentials from my AWS account (not an IAM user). I tried creating an IAM user, giving them AdministrativeAccess and using their credentials, but I got the same error. I set the access permissions in my bucket wide open. I also have git-s3 configured in the directory above my repo just like the example.

I am still getting the error

$ git-s3 deploy
Uploading index.html


  [Aws\S3\Exception\NotImplementedException]                           
  A header you provided implies functionality that is not implemented  


deploy

config.yml looks like this

key: [my access ID]
secret: [my secret key]
region: us-west-1
bucket: [bucket name]
path: repo

Can anyone help me straighten this out?

@wyattsweet
Copy link

I just got this to work after putting content into the index.html file.

I ran
$echo "test" >> index.html

Then I pushed it again and the it deployed. Posting my solution in case somebody else runs into the same error.

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

3 participants