-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Meta issue] Upload plugin #1948
Comments
Hi, I'm not sure if this is the correct spot to report this, but the documentation of the S3 Upload Plugin is out of date. The doc described here, https://docs.strapi.io/dev-docs/plugins/upload, links to this S3 plugin page, but I'm not sure where to post this as an issue since the strapi monorepo points to this documentation repo for doc updates. Long story short, the S3 plugin page's Here are the v3 AWS SDK Docs for S3: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/#s3clientconfig |
Hi @d717an. If you don't get any reply, I'll ping some engineers so they can have a quicker look to it. |
Hey team, If nobody has picked this up I'd love to make my first contribution! |
Thanks, @d717an! |
Oh, I see @SpeedAD! So you can probably create a PR for #20003 on the strapi/strapi repo. |
Not sure if this is the right place for feedback, but I'm trying to understand the documentation of the upload plugin and adapt it to flutter, but it's very confusing, particularly the javascript code snippets. https://docs.strapi.io/dev-docs/plugins/upload#upload-files-at-entry-creation I just want to have my files uploaded together with the entry, a simple expected json body would be a more universal way of showing what strapi expects. A less javascripty code snippet would be much appreciated too, since strapi is used with other languages. Thanks. |
I spent a lot of time getting this to work and had similar problems with the documentation. I'll do my best to document how I did it and it may be less To start, I have the following types defined: TYPES I massage the data coming from the CMS into these types, but they're pretty close.
** HELPER METHODS **
CREATE AND UPDATE* When I get the files from the client I do the following:
Hope this helps. |
Link to the documentation page or resource
https://docs.strapi.io/dev-docs/plugins/upload
Describe the bug
Hi,
I'm Pierre, Lead Technical Writer at Strapi.
We noticed users have reported several errors or outdated instructions about the Upload plugin.
I will group these issues here on a single "meta" page. We are currently heavily focused on documenting v5, the upcoming v4 features, and Strapi Cloud, but updating the Upload plugin documentation is in our backlog (and the page will most probably be updated during v5 development to match the new data formats).
Issues reported by users:
In the meantime, if would like to create a documentation PR to update the Upload documentation and fix any of the aforementioned issues, we'd be super happy to review it 🤗
The text was updated successfully, but these errors were encountered: