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

Draft: B/Resolve issues around uploading to S3 #63

Closed
wants to merge 6 commits into from

Conversation

keonp
Copy link
Contributor

@keonp keonp commented May 13, 2024

Display potential errors in modal when attempting to upload a file to S3 or checking for file's existing in S3.

The following is wrapped in a try...catch block to handled errors:

      pipelineSpecs = await uploadParameterBlocks.mutateAsync({
        pipelineId: pipeline.id,
        executionId: executionId,
        pipelineSpecs: pipelineSpecs,
        buffer: pipeline.buffer,
      });

To be updated and merged after: execution-id-frontend

@keonp keonp requested a review from jmagoon May 13, 2024 20:51
@keonp keonp self-assigned this May 13, 2024
@keonp
Copy link
Contributor Author

keonp commented May 15, 2024

changes incorporated in recent merges. closing.

@keonp keonp closed this May 15, 2024
@keonp keonp deleted the b/catch-s3-errors branch May 15, 2024 14:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants