You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 image.png?bucket=foo&folder=bar would store a file called image.png in the bar folder of the foo bucket. This allows me for example to modify the file name in the beforeSaveFile hook so that I can have each users files separated into folders and/or buckets. If there is an interest in adding this functionality i'd be happy to submit a PR
The text was updated successfully, but these errors were encountered:
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
image.png?bucket=foo&folder=bar
would store a file calledimage.png
in thebar
folder of thefoo
bucket. This allows me for example to modify the file name in thebeforeSaveFile
hook so that I can have each users files separated into folders and/or buckets. If there is an interest in adding this functionality i'd be happy to submit a PRThe text was updated successfully, but these errors were encountered: