TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Announcement: S3 Default Integrity Change

5 pointsby snide4 months ago

2 comments

toomuchtodo4 months ago
Heads up: This is&#x2F;was a breaking change for folks using this with S3 compatible (but not S3) target storage systems.<p>Related:<p><i>Latest AWS SDK&#x2F;CLI incompatible with S3 alternatives</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42740910">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42740910</a> - Jan 2025<p>Config hotfix:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;boto3&#x2F;issues&#x2F;4400#issuecomment-2600742103">https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;boto3&#x2F;issues&#x2F;4400#issuecomment-26007...</a><p><pre><code> s3_client = boto3.client( &#x27;s3&#x27;, endpoint_url=os.getenv(&#x27;S3_ENDPOINT&#x27;), config=Config(request_checksum_calculation=&quot;when_required&quot;, response_checksum_validation=&quot;when_required&quot;) )</code></pre>
评论 #42770621 未加载
skywhopper4 months ago
Lots of folks in the comments who aren’t practicing good code safety when using a client library that’s not from the vendor of their storage service.
评论 #42776565 未加载