Giter VIP home page Giter VIP logo

Comments (4)

sw1nn avatar sw1nn commented on August 28, 2024

In short, clj-aws-s3 doesn't support the v4 authentication scheme, because we're on quite an old version of the AWS SDK.

s3 regions created after 30 Jan 2014 use this v4 scheme.

Since frankfurt (eu-central-1) is a new region you have the problem there, but not in the old regions which still support the older ways.

details here: http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

So an upgrade to the AWS SDK should fix this problem, but In my view we could do with a bit of an overhaul of the credentials / Authentication handling. We need to support CredentialsProviders in addition to the current Credentials suppport.

Related issues are #69 , #68

from clj-aws-s3.

dmac avatar dmac commented on August 28, 2024

Do you have plans to upgrade the AWS SDK to support V4 authentication? We recently expanded to the Frankfurt datacenter and would like to continue using this library, but it seems unusable for new regions until this functionality is added.

from clj-aws-s3.

SevereOverfl0w avatar SevereOverfl0w commented on August 28, 2024

Also seeing this!

from clj-aws-s3.

poojasaxena avatar poojasaxena commented on August 28, 2024

also seeing this with both Frankfurt and ireland

from clj-aws-s3.

Related Issues (20)

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.