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

feat: use presigned urls for s3 #666

Merged
merged 10 commits into from
Sep 7, 2024
Merged

feat: use presigned urls for s3 #666

merged 10 commits into from
Sep 7, 2024

Conversation

simonostendorf
Copy link
Member

closes #624

@simonostendorf simonostendorf added enhancement New feature or request php Pull requests that update Php code labels Aug 20, 2024
@simonostendorf simonostendorf self-assigned this Aug 20, 2024
@simonostendorf simonostendorf linked an issue Aug 20, 2024 that may be closed by this pull request
@simonostendorf simonostendorf marked this pull request as ready for review August 22, 2024 06:47
@@ -4,7 +4,6 @@ declare namespace App.Models {
created_at: string /* Date */ | null;
updated_at: string /* Date */ | null;
event_id: number;
course_id: number | null;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after regenerating the types, the course_id was removed from the groups model. Currently I dont know why this happened.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is available as course?: Course | null;.

@simonostendorf simonostendorf added this to the Version 3.0.x milestone Aug 29, 2024
@simonostendorf simonostendorf merged commit 1f99444 into dev Sep 7, 2024
2 checks passed
@simonostendorf simonostendorf deleted the feat/presigned-urls-s3 branch September 7, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use presigned URLs for S3
3 participants