Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active December 4, 2024 02:07
Show Gist options
  • Select an option

  • Save wilmoore/6c530340676c02d698129ae833951da4 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/6c530340676c02d698129ae833951da4 to your computer and use it in GitHub Desktop.
Software Engineering :: Cloud :: AWS :: CLI :: Command :: S3

Software Engineering :: Cloud :: AWS :: CLI :: Command :: S3

⪼ Made with 💜 by Polyglot.

reference
~/.aws/config
[profile development]
aws_access_key_id=foo
aws_secret_access_key=bar
s3 =
  max_concurrent_requests = 20
  max_queue_size = 10000
  multipart_threshold = 64MB
  multipart_chunksize = 16MB
  max_bandwidth = 50MB/s
  use_accelerate_endpoint = true
  addressing_style = path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment