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

Add support for adding meta-data and tags to files #6341

Closed
stevestencil opened this issue Jan 13, 2020 · 1 comment · Fixed by #6344
Closed

Add support for adding meta-data and tags to files #6341

stevestencil opened this issue Jan 13, 2020 · 1 comment · Fixed by #6344
Labels
type:feature New feature or improvement of existing feature

Comments

@stevestencil
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently when saving files, the only thing you can set is the data itself and the file name. The ability to add additional meta-data and tags (specifically with S3) would be a great feature add

Describe the solution you'd like
Being able to pass in a "metaData" and/or "tags" key to the options object when saving a file. These two values would be sent to S3 along with the file data. Also, if support for beforeSaveFile and afterSaveFile are implemented (#6340), these metaData and tag values could be set there too. This would make it possible for things like deleting all files a user created once their account is deleted, etc.

Describe alternatives you've considered
None

Additional context
I have no problem adding this along with #6340 if the community will accept the changes.

@davimacedo davimacedo added the type:feature New feature or improvement of existing feature label Jan 14, 2020
@davimacedo
Copy link
Member

I think it is a good idea and can be worked together with #6340

@dplewis @acinader thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants