datagym-core
datagym-core copied to clipboard
The aws service is currently unavailable.
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."
Is video uploading locked behind a subscription ?
Same here. Do you have any solution?
The video labelling apparently needs an AWS S3 bucket. In https://github.com/datagym-ai/datagym-core/blob/8c60efe8885008fd50439cc27f1123cd338f90d1/datagym-backend/src/main/java/ai/datagym/application/dataset/config/AwsInternalConfiguration.java#L55-L58 there is a comment which states that.
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=