-
Notifications
You must be signed in to change notification settings - Fork 625
Add upload and verification to the fast pusher #2128
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
Conversation
8W9aG
commented
Jan 27, 2025
- Creates an S3 client for uploading based on the response from the upload service
- Begins a verification step after the upload is completed
- Check the verification state in a loop
* Creates an S3 client for uploading based on the response from the upload service * Begins a verification step after the upload is completed * Check the verification state in a loop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the understanding that uploadFile
will need to grow a ctx context.Context
first arg in the signature and the use of the managed uploader is almost certainly going to be needed.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌🏼