We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suspect s3fs doesn't check integirty during upload/download. This is sometimes causing problems.
The normal aws CLI does do this automatically, and we can pass an md5hash during the upload.
aws
Perhaps there's a way to do this behind the scenes here? And this would mean when streaming the file to s3, we would first have to calculate the hash.
Or maybe this is out of the scope of s3fs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I suspect s3fs doesn't check integirty during upload/download. This is sometimes causing problems.
The normal
aws
CLI does do this automatically, and we can pass an md5hash during the upload.Perhaps there's a way to do this behind the scenes here? And this would mean when streaming the file to s3, we would first have to calculate the hash.
Or maybe this is out of the scope of s3fs.
The text was updated successfully, but these errors were encountered: