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

Add direct uploads to S3 assetstore in python client #3404

Open
Doreapp opened this issue Apr 7, 2022 · 0 comments
Open

Add direct uploads to S3 assetstore in python client #3404

Doreapp opened this issue Apr 7, 2022 · 0 comments

Comments

@Doreapp
Copy link

Doreapp commented Apr 7, 2022

Description: Currently, python client does not check the assetstore type before uploading a file. It uses POST /file and POST /file/chunk routes, without caring about returned behavior field from POST /file request.

Suggestion: Python client (as well as related CLI), should handle behavior field, as done in FileModel.js. When encountering s3 behavior, it should upload files directly to S3 instance, as S3UploadHandle.js does.

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

No branches or pull requests

1 participant