Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 Upload Documentation Points to Incorrect AWS SDK Docs #20003

Open
d717an opened this issue Apr 3, 2024 · 0 comments
Open

S3 Upload Documentation Points to Incorrect AWS SDK Docs #20003

d717an opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: providers Source is a provider package status: pending reproduction Waiting for free time to reproduce the issue, or more information

Comments

@d717an
Copy link

d717an commented Apr 3, 2024

Bug report

Describe the bug

The documentation of the S3 Upload Plugin is out of date. It points to AWS SDK v2 docs, not the new v3 documentation.

Here is the warning banner on the linked docs:

We announced the upcoming end-of-support for AWS SDK for JavaScript v2.
We recommend that you migrate to AWS SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement.

Steps to reproduce the behavior

  1. Go to the S3 Upload Plugin
  2. Scroll down to the "Configuration" section
  3. Click on Complete list of options
  4. Other deprecated links in this section:

Expected behavior

Should be brought to the version of the AWS SDK docs that correspond to the plugin's behavior. Unfortunately, these are for v2, not v3. Here is where I found the information I needed to actually solve my problem (aws s3 client set up for a forward proxy): https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/

@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve status: pending reproduction Waiting for free time to reproduce the issue, or more information source: providers Source is a provider package labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: providers Source is a provider package status: pending reproduction Waiting for free time to reproduce the issue, or more information
Projects
Status: To be reviewed
Development

No branches or pull requests

3 participants