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

Other s3 Providers? #12

Open
alexhackney opened this issue May 24, 2022 · 1 comment
Open

Other s3 Providers? #12

alexhackney opened this issue May 24, 2022 · 1 comment

Comments

@alexhackney
Copy link

I tried to get this to work with DigitalOcean and I can't seem to. It continues to post to s3 even when I update the aws_url to something else. Is it possible to make this work?

@Reached
Copy link

Reached commented May 27, 2022

Hi @alexhackney,

I had the same request as you, but I ended up just making some changes to the source files (will probably fork the package eventually, or submit a PR to make it slightly more configurable):

In UppyS3MultipartController.php: change the storage disk to your disk name and the bucket:

public function __construct()
    {
        $this->client = Storage::disk('testdisk')->getClient();

        $this->bucket = config('filesystems.disks.testdisk.bucket');
    }

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

2 participants