简体   繁体   English

当我尝试访问上传到 aws s3 存储桶的图像时出现 signaturedoesntmatch 错误

[英]Getting an signaturedoesntmatch error when I tried to access a image that I uploaded to aws s3 bucket

enter image description here This is the error I'm getting.在此处输入图像描述这是我遇到的错误。 I'm new to aws and I don't know how things works here.我是aws的新手,我不知道这里的情况如何。 I referred many documentations but noting worked for me.我参考了许多文档,但注意到对我有用。 Please give a solution for this.请为此提供解决方案。 Thanks.谢谢。

The example that shows how to successfully work with S3 and the AWS SDK for Python is found in this Github repo.此 Github 存储库中显示了如何成功使用 S3 和用于 Python 的 AWS SDK 的示例。

https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/s3 https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/s3

The Python code example that shows you how to retrieve an object in an Amazon S3 bucket is here: Python 代码示例展示了如何在 Amazon S3 存储桶中检索 object:

https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/python/example_code/s3/s3_basics/object_wrapper.py https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/python/example_code/s3/s3_basics/object_wrapper.py

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM