parse-server-s3-adapter icon indicating copy to clipboard operation
parse-server-s3-adapter copied to clipboard

AWS S3 file storage adapter for Parse Server

Results 18 parse-server-s3-adapter issues
Sort by recently updated
recently updated
newest added

Hello people. This PR solves the issue: https://github.com/parse-community/parse-server-s3-adapter/issues/78 Let me know if everything is right or I need to do something else to accept this PR. _Unfortunately I can't test...

I created files with `foldername/filename` to save in folder on s3 bucket which works fine. But when I try to delete those files using file.destroy, It fails.

type:bug

Assuming the following configuration: ```javascript new ParseServer({ preserveFileName: true, filesAdapter: { module: '@parse/s3-files-adapter'. options: { directAccess: false, validateFilename(filename: string) { return null } } }) ``` And that it has...

This is a feature suggestion/request. It would be nice to be able to retrieve a presigned URL with dynamic expiration from the Amazon S3 bucket when directAccess is enabled. This...

type:feature

I have modified this adapter so that I can add url params to the file name to dictate which bucket and folder a file should be stored in. For example...

type:feature

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Snyk has created this PR to upgrade aws-sdk from 2.907.0 to 2.908.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

There is the issue with adapter: if I'm using with it ap-east-1 (HK) region - I can upload image without problems, however when I get wrong URL to access it....

Hello. While I was implementing PR: https://github.com/parse-community/parse-server-s3-adapter/pull/117, I encountered a problem with the environment variables. As you can see in the image below, the `_baseUrlDirect` variable has the correct type...

If you use the ``generateKey`` to customize a filename before uploading a file to S3, the newly generated filename is then ignored and not properly propagated back to the Parse...