🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/aws/aws-sdk-go-v2/feature/s3/manager

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aws/aws-sdk-go-v2/feature/s3/manager

v1.17.76
Source
Go
Version published
Created
Source

Performance Utility

Uploads a file to a S3 bucket using the SDK's S3 upload manager. Allows passing in a custom configuration for the HTTP client and SDK's Upload Manager behavior.

Build

go test -tags "integration perftest" -c -o uploader.test ./manager/internal/integration/performance/uploader

Usage Example:

AWS_REGION=us-west-2 AWS_PROFILE=aws-go-sdk-team-test ./uploader.test \
-test.bench=. \
-test.benchmem \
-test.benchtime 1x \
-bucket aws-sdk-go-data \
-client.idle-conns 1000 \
-client.idle-conns-host 300 \
-client.timeout.connect=1s \
-client.timeout.response-header=1s

FAQs

Package last updated on 22 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts