Replies: 1 comment
-
i fixed the issue by adding 'before' key to options in 'uploadDirectory' method like below:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
thanks for the good work you've done 👍
i have a question related to storing files on s3
i've configured my s3 disk, and because of the the 'visibility' key in the configs, whenever i use Storage facade to upload files, the uploaded files will have ACL of 'public-read'
since your package uses aws-sdk, i am wondering if theres an easy way to pass through such config.
i've tried making my own CustomCloud driver and s3 policies, but it didnt get me quite what i wanted.
any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions