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

Default chunk size is using wrong unit #115

Open
1owell opened this issue Sep 24, 2024 · 1 comment · May be fixed by #118
Open

Default chunk size is using wrong unit #115

1owell opened this issue Sep 24, 2024 · 1 comment · May be fixed by #118
Assignees

Comments

@1owell
Copy link

1owell commented Sep 24, 2024

My team is running into timeout issues while uploading files from iOS. We use the defaultDirectUploadChunkSize property which sets the default chunk size to 8 MB. According to Google Cloud's upload documentation and other initializers for DirectUploadOptions.Transport this should be specified as 8 MiB (mebibytes).

In my testing this fixed our upload timeout issues.

@andrewjl-mux
Copy link
Contributor

andrewjl-mux commented Sep 25, 2024

Hey @1owell!

Thanks for reporting your test results and including the Google Cloud documentation. We'll improve this.

@andrewjl-mux andrewjl-mux self-assigned this Sep 25, 2024
@andrewjl-mux andrewjl-mux linked a pull request Nov 27, 2024 that will close this issue
@andrewjl-mux andrewjl-mux linked a pull request Nov 27, 2024 that will close this issue
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 a pull request may close this issue.

2 participants