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

multipart blob upload #264

Merged
merged 4 commits into from
Oct 22, 2024
Merged

multipart blob upload #264

merged 4 commits into from
Oct 22, 2024

Conversation

dehann
Copy link
Member

@dehann dehann commented Oct 22, 2024

No description provided.

@dehann dehann added enhancement New feature or request data: BlobEntry=>Blob labels Oct 22, 2024
@dehann dehann added this to the v0.8.0 milestone Oct 22, 2024
@dehann dehann marked this pull request as ready for review October 22, 2024 21:37
@dehann dehann changed the title wip multipart blob upload multipart blob upload Oct 22, 2024
@dehann
Copy link
Member Author

dehann commented Oct 22, 2024

Hi @Affie , I tested up and down looks to be working.

@dehann dehann merged commit 0d3d0b5 into main Oct 22, 2024
0 of 3 checks passed
@dehann dehann deleted the 24Q4/enh/multipartupload branch October 22, 2024 22:05
@Affie
Copy link
Member

Affie commented Oct 22, 2024

Ok. I’ll review tomorrow.

Comment on lines +195 to +200
function addBlob!(
store::NavAbilityBlobStore,
filepath::AbstractString,
blobId::UUID = uuid4();
chunkSize::Integer = UPLOAD_CHUNK_SIZE_HASH,
)
Copy link
Member

Choose a reason for hiding this comment

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

We should rather call this uploadFile and have an addBlob! that matches the api.
I haven't had a use case for uploadFile yet, but it's good to have as I can see some uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants