Save the database dump to S3 bucket with public access. #1652
Unanswered
NishaSharma14
asked this question in
Q&A
Replies: 1 comment
-
you can. this should work (aws s3 console):
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the Spatie laravel-backup in my laravel application to take a backup of the Postgres data.
I am using a S3 bucket to store my backup zip file.
Right now by default, it is saving the dumps to S3 with private access.
Is there a way I can configure to save the database dumps to S3 with public access?
Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions