Skip to content

mountpoint-s3 v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 16:14
· 347 commits to main since this release
15bec26

Breaking changes

  • Mountpoint will now complete file uploads at close time, and close will return an error if the upload was not successful. Before this change, close did not wait for the upload to complete, which could cause confusing results for applications that try to read a file they just wrote. (#526)

Other changes

  • Fixed a bug that caused poor performance for sequential reads in some cases (#488). A workaround we have previously shared for this issue (setting the --max-threads argument to 1) is no longer necessary with this fix. (#556)
  • Introduced the --user-agent-prefix <PREFIX> CLI argument to optionally allow specifying an additional prefix for the HTTP User-Agent header sent with all S3 requests. (#548)

Binaries

x86_64

arm64