Skip to content

feat: added docs for custom HTTP client injection for S3 client creation#2187

Open
Arjan Lankhaar (lankhaar) wants to merge 1 commit intoshopware:mainfrom
lankhaar:feat/s3-custom-http-client
Open

feat: added docs for custom HTTP client injection for S3 client creation#2187
Arjan Lankhaar (lankhaar) wants to merge 1 commit intoshopware:mainfrom
lankhaar:feat/s3-custom-http-client

Conversation

@lankhaar

Relates to this PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.


#### Custom HTTP client for S3

By default, the underlying AsyncAws S3 client creates its own HTTP client internally, which includes a `RetryableHttpClient` with an AWS-specific retry strategy. This handles transient errors like throttling (HTTP 429), server errors (HTTP 5xx), and other AWS-specific error codes automatically.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add a ::: info block to inform since when this will be available.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants