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] [OS] expose timeout on put, for really large assets, it is possible for the publish request to timeout #457

Merged
merged 3 commits into from
Jan 12, 2023

Conversation

aricart
Copy link
Member

@aricart aricart commented Jan 11, 2023

@aricart aricart requested a review from piotrpio January 11, 2023 20:53
@aricart aricart marked this pull request as ready for review January 12, 2023 13:14
Copy link
Contributor

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

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

LGTM, just one suggestion

@@ -2919,13 +2919,21 @@ export type ObjectResult = {
error: Promise<Error | null>;
};

export type ObjectStorePutOpts = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Update licence while you're here ;)

# Conflicts:
#	tests/service_test.ts
@aricart aricart temporarily deployed to CI January 12, 2023 17:34 — with GitHub Actions Inactive
@aricart aricart merged commit 6420682 into main Jan 12, 2023
@aricart aricart deleted the os-timeout branch January 12, 2023 17:52
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.

Issue with object store put using deno
2 participants