nocodb icon indicating copy to clipboard operation
nocodb copied to clipboard

🔦 Feature: Private S3 Bucket Support

Open kusold opened this issue 2 years ago • 1 comments

Please confirm if feature request does NOT exists already ?

  • [X] I confirm there is no existing issue for this

Describe the usecase for the feature

User Story: As a user, I would like to attach documents containing PII data. As an organization, we absolutely cannot allow PII data to be public.

There are numerous other use cases for sensitive files that we may want to upload, but cannot allow to be public.

Suggested Solution

nocodb should allow private uploads and return presigned urls with configurable expiration times.

Additional Context

This is closely related to https://github.com/nocodb/nocodb/issues/2956.

kusold avatar Nov 15 '22 20:11 kusold

Up

azhirov avatar Jun 21 '24 20:06 azhirov

Presigned Url support is added for all the storage plugins in https://github.com/nocodb/nocodb/pull/9104

DarkPhoenix2704 avatar Aug 02 '24 17:08 DarkPhoenix2704