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
When I am trying to upload a .mp4 video manually through the interface, I receive a pop-up error message "The aws service is currently unavailable."
The text was updated successfully, but these errors were encountered:
Is video uploading locked behind a subscription ?
Sorry, something went wrong.
Same here. Do you have any solution?
The video labelling apparently needs an AWS S3 bucket. In
datagym-core/datagym-backend/src/main/java/ai/datagym/application/dataset/config/AwsInternalConfiguration.java
Lines 55 to 58 in 8c60efe
So in order to to make the video upload work, you would need to add some AWS credentials to the application.properties:
aws.internalAccessKey= aws.internalSecretKey= aws.internalRegionName= aws.internalBucketName= aws.internalSignedUrlValidityMinutes=
No branches or pull requests
When I am trying to upload a .mp4 video manually through the interface, I receive a pop-up error message "The aws service is currently unavailable."
The text was updated successfully, but these errors were encountered: