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

File storage on Amazon S3 #110

Open
rtrvrtg opened this issue May 14, 2018 · 1 comment
Open

File storage on Amazon S3 #110

rtrvrtg opened this issue May 14, 2018 · 1 comment

Comments

@rtrvrtg
Copy link

rtrvrtg commented May 14, 2018

I'm working with some Mukurtu instances and am investigating the possibility of using S3FS to store uploaded files and derivatives (image styles etc.) on Amazon S3. This is intended to allow our site instances to be less constrained by local disk space, and to allow us to be flexible with how much uploaded content we can handle.

Some of the considerations we're having to deal with:

  • Nearly everything is in the private file system, and must be so so we're having to configure S3FS correctly
  • Need to patch S3FS to generate temporary file URLs correctly
  • Pre-generating image styles on upload
  • itok parameter interferes with generating temporary URLs
  • Migration of existing assets
  • Correct ACL handling (since S3FS likes to upload everything as publicly readable)

I was wondering whether anyone else who's on the Mukurtu team, or anyone who uses Mukurtu, had had any experience with this sort of architecture.

@taylor-steve
Copy link
Collaborator

That sounds very cool. We haven't had any experience with using S3 for Mukurtu or Drupal here. Let us know if you hit any Mukurtu specific roadblocks. We'd definitely be interested in helping make this sort of configuration work if possible. Thanks.

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