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

AWS S3: General file upload endpoint #37

Open
sanhofman opened this issue Jul 9, 2021 · 2 comments
Open

AWS S3: General file upload endpoint #37

sanhofman opened this issue Jul 9, 2021 · 2 comments
Labels

Comments

@sanhofman
Copy link
Contributor

User profile image for example

@sanhofman sanhofman added enhancement New feature or request v1 Symfony Sulu labels Jul 9, 2021
@sanhofman sanhofman changed the title S3: image upload endpoint S3: General file upload endpoint Nov 12, 2021
@sanhofman
Copy link
Contributor Author

sanhofman commented Nov 12, 2021

Uploads bewaren op AWS S3.

Werken met presignedUrls, dan kan de FE zelf de media uploaden naar AWS en belast deze de server niet.

return amazon.getPresignedUrl(amazonClient, {
  key,
  bucket: ENV.AWS_S3_BUCKET,
  expires: 60 * 60,
});

@sanhofman
Copy link
Contributor Author

AWS S3 media:

  • AWS S3 media adhv Sulu media management
  • AWS bucket aan te vragen icapps (per project)
  • AWS bucket organization?

@sanhofman sanhofman changed the title S3: General file upload endpoint AWS S3: General file upload endpoint Nov 12, 2021
@sanhofman sanhofman mentioned this issue Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant