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

The aws service is currently unavailable. #3

Open
jabbasj opened this issue Jan 13, 2023 · 3 comments
Open

The aws service is currently unavailable. #3

jabbasj opened this issue Jan 13, 2023 · 3 comments

Comments

@jabbasj
Copy link

jabbasj commented Jan 13, 2023

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."

@jabbasj
Copy link
Author

jabbasj commented Jan 13, 2023

Is video uploading locked behind a subscription ?

@sonhun99
Copy link

Same here. Do you have any solution?

@MilimaBwana
Copy link
Contributor

The video labelling apparently needs an AWS S3 bucket. In

/**
* Initialize a bean for accessing the amazon s3 bucket for video uploads
*
* @return Instance of {@link AmazonS3}
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=

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

3 participants