payload-s3-upload icon indicating copy to clipboard operation
payload-s3-upload copied to clipboard

Send Payload CMS uploads to Amazon S3

Results 5 payload-s3-upload issues
Sort by recently updated
recently updated
newest added

Files are added but then if deleted there's just another file created that is 0 bytes ![image](https://github.com/jeanbmar/payload-s3-upload/assets/113899294/56705ee9-ddff-427a-ad0c-c687d2064b36) ![image](https://github.com/jeanbmar/payload-s3-upload/assets/113899294/63fdf4ce-98f0-4a25-94af-4f135d8f92c4)

This PR brings a feature of ```bucket``` property factory similar to current ```prefix``` factory allowing for dynamic bucket resolution based on incoming data doc e.g. mimeType: ``` s3: { bucket:...

When uploading image files, the formatOptions are only applied to "imageSizes" and not to the base image. ```js import { S3UploadCollectionConfig } from 'payload-s3-upload'; const TextImages: S3UploadCollectionConfig = { slug:...

I recently upgraded from `"^1.1.2"` , to `"^2.1.0"` and as a result i needed to install `@aws-sdk/client-s3` to get my application working again. Could this be added to some documentation?

documentation

In order to reduce overhead for developers, this: ```js fields: [ { name: 'url', type: 'text', access: { create: () => false, }, admin: { disabled: true, }, hooks: {...

enhancement