Giter Site home page Giter Site logo

Comments (4)

phivk avatar phivk commented on June 16, 2024

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.

from git-s3.

njcameron avatar njcameron commented on June 16, 2024

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.

from git-s3.

wyattsweet avatar wyattsweet commented on June 16, 2024

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?

from git-s3.

wyattsweet avatar wyattsweet commented on June 16, 2024

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.

from git-s3.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.