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

Dynamic updation of AWS S3 bucket falls back to default bucket. #82

Open
gopal-g opened this issue Aug 3, 2017 · 0 comments
Open

Dynamic updation of AWS S3 bucket falls back to default bucket. #82

gopal-g opened this issue Aug 3, 2017 · 0 comments

Comments

@gopal-g
Copy link

gopal-g commented Aug 3, 2017

Firstly thanks for this amazing package.

I have multi-tenant application running on multi-db architecture, each tenant has their own bucket in same AWS S3 tier.

Config::set("backup-manager.s3.bucket", $website->s3_identifier);
$destination= [ ... ];
$this->manager->makeBackup()->run('tenant', $destination, 'null');

I am trying to set the s3 config dynamically at the time of backup but the backup file gets stored in the bucket specified in backup-manager.php file.

@gopal-g gopal-g changed the title Dynamic updation of AWS S3 bucket not working Dynamic updation of AWS S3 bucket falls back to default bucket. Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant