parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to save to a customized folder dynamically?

zhouhao27 opened this issue · comments

For example, I have a bucket named myBucket. Can I save my object to something like:

myBucket/userId

The userId could be different for different user.