Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
19
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Package manager provides utilities to upload and download objects from S3 concurrently. Helpful for when working with large objects.


Version published

Readme

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

Last updated on 10 May 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc