aws-sdk-go
botocore
aws-sdk-go | botocore | |
---|---|---|
37 | 21 | |
8,676 | 1,532 | |
0.1% | 1.0% | |
9.3 | 9.9 | |
2 months ago | 3 days ago | |
Go | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aws-sdk-go
-
Things you wish you didn't need to know about S3
Here's another fun one that took a colleague and I several days of analysis to diagnose. S3 will silently drop all requests once a single TCP connection has sent 100 HTTP requests.
https://github.com/aws/aws-sdk-go/issues/2825
-
What is Terratest and How to Use it
Most of the steps in the function above are similar to the Terratest test defined in the previous example. However, there are a few differences. We explicitly get the versioning information using Golang AWS SDK using the bucket ID. The bucket ID is exposed by the Terraform config as part of its configuration. This becomes the actual value of for assertion.
- Montrez patte blanche : tuez des mutants !
- my first go project, a CLI application to store IP addresses
- Go 1.21 will (probably) download newer toolchains on demand by default
- How to get better on golang
-
Send an Email through AWS SES with GoLang
This email was sent with " + "Amazon SES using the " + "AWS SDK for Go.
-
Looking for library recommendations: Django -> Golang port
I figured I'd ask the community for some recommendations for the following capabilities that Django + python stack is giving me at the moment: 1. Amazon SES Mailing (considering - aws-sdk-go) 2. Django Admin (considering go-admin 3. Django Signals (considering syncsignals 4. Celery (No contenders here)
-
S3 upload with progress
I've been trying to implement some logging of progress when uploading objects to S3. My code is building on this example and can be found here.
-
Background process in Lambda using SQS
Now that you have everything you need, let’s install the AWS SDK for Go library.
botocore
-
400 Reasons to not use Microsoft Azure
I’m personally thoroughly unimpressed by the bare metal S3 implementations I’ve tried.
And there’s also an issue with client libraries and their compatibility with various implementations. I recently discovered this issue:
https://github.com/boto/botocore/issues/3394
This is GCS implementing the S3 API incorrectly in a way that really ought not to break clients, but it’s still odd because the particular bug on GCS’s end seems like it took active effort to get wrong. But it’s also boto (the main library used in Python to access S3 and compatible services) doing something silly, tripping over GCS’s bug, and failing. And it’s AWS, who owns boto, freely admitting that they don’t intend to fix it, because boto isn’t actually intended to work with services that are merely compatible with S3.
Time to check out OpenDAL, I suppose.
- AWS Boto3 asyncio tracking issue turns 10
-
Demystifying AWS Partitions
With some searching, you can sometimes get an idea of what’s to come in the future. AWS’s SDKs are intended to be used with all AWS partitions, supporting all the partitions and regions. By examining the Python SDK (boto) code , we can infer that two more partitions may be in progress.
- AWS Endpoints
- Type Hinting with Boto3
- Has anybody tried implementing a contract repository for API contracts amongst microservices?
- microservices in git
- [Blog] - Architecture Decision Records
- Taking over internal tools built by ppl who quit (DevOps/SRE)?
- Mergulhos profundos ou investigando sistemas
What are some alternatives?
minio-go - MinIO Go client SDK for S3 compatible object storage
s5cmd - Parallel S3 and local filesystem execution tool.
goamz
aws-sdk - Landing page for the AWS SDKs on GitHub
twitter-scraper - Scrape the Twitter frontend API without authentication with Golang.
AWS SDK for Ruby - The official AWS SDK for Ruby