-
Notifications
You must be signed in to change notification settings - Fork 30
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
Readme help for setting up s3 extension #27
Comments
Your confusion is well grounded, sorry for that. We have to fix the documentation. It basically means you have to add the maven dependency for S3 extension to the |
Looks like this doesn't suffice the working of s3 extension. I have added this key as well bucketName key in application.properties, application builds but JPA error while running: 2018-06-26 17:57:48.665 ERROR 15172 --- [ main] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mgmtDistributionSetResource': Unsatisfied dependency expressed through field 'softwareModuleManagement'; nest |
As far as I can tell, it seems not to be an issue of the S3 extension. I'll have a look at your issue #28 |
@Antiarchitect sure I'll try my best to help out. But may I asked you to create a new GitHub issue for your specific problem? This issue is more about providing "Readme help" for S3 setup in general. I'll add a link to this GH issue for tracking purposes |
Its mentioned that we have to add s3 extention in "hawkbit-example-application" but I am confused where is this application and why we have to add in example application? I am looking to have s3 functionality with udpate-server and need to deploy it as ECS docker image on aws. Please guide.
The text was updated successfully, but these errors were encountered: