You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Description: When uploading source distribution packages (eg tar.gz, zip), they seem to upload fine but are corrupted in reality.
Possible Issue: I think that this is due to the way that the boto client is being used to upload files, but am not sure.
Environment: S3 Storage, Dynamo Cache, Deployed using Serverless Framework / Lambda, serverless-wsgi plugin
Note: The packages I am generating work locally to install before upload, and I am able to successfully download and install if I directly upload the package to S3 after the original package upload through twine, which makes me confident it must be related to the upload process.
Any thoughts?
The text was updated successfully, but these errors were encountered:
update: I found the issue -- API gateway was refusing those binary data types (application/zip, application/gzip) -- what is the correct datatype for whl?
tar.gz
,zip
), they seem to upload fine but are corrupted in reality.serverless-wsgi
plugintwine
, which makes me confident it must be related to the upload process.Any thoughts?
The text was updated successfully, but these errors were encountered: