Coder Social home page Coder Social logo

Comments (4)

danielgtaylor avatar danielgtaylor commented on September 17, 2024 2

@amattie could you turn on debug output? Try this:

import boto3

# Turn on high-level logging:
boto3.set_stream_logger(name='boto3')
# Turn on low-level and wire logging:
boto3.set_stream_logger(name='botocore')

# Do the requests
s3 = boto3.resource('s3')
s3.Bucket('foo').Object('bar').put(Body=b'test')

This should show some information about how the signature is being calculated and why you might be seeing the error response. Please remember to scrub any personal information before you paste the log output (your AWS secret key is never logged, but S3 bucket/object names and such might be important to hide).

from boto3.

danielgtaylor avatar danielgtaylor commented on September 17, 2024

@amattie were you able to gather any more information about this issue?

from boto3.

danielgtaylor avatar danielgtaylor commented on September 17, 2024

@amattie I have not gotten any responses in a few weeks and Boto 3 - 0.0.7 went out today which included a bunch of bug fixes, so I'm going to go ahead and close this issue. Please do reopen it if the issue is still a problem and you can give me more information to help debug the issue.

from boto3.

amattie avatar amattie commented on September 17, 2024

Sorry I was irresponsible in not responding to this. I'm running into issues trying to run this through 0.0.7 as reported in another issue, but it appears this problem does exist in at least 0.0.6 still. This is from the boto3 log output in that version:

2015-02-05 16:30:36,056 DEBUG:botocore.auth StringToSign:
PUT
XlMJyebV3YFc2xs3nf01cg==

Fri, 06 Feb 2015 00:30:36 GMT
/my-bucket/my-key

If / when I get 0.0.7 working, I'll report back again either way.

from boto3.

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.