Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Hi everyone,
I'm trying to import aws java sdk into AEM so i can upload files to AWS S3.
My pom file is like this
Not sure it is version problem or not so really prefer some help.
Thanks!
Vues
Réponses
Nombre de J’aime
@zonghuiliu , can you try adding this dependency?
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3 -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.262</version>
</dependency>
Vues
Réponses
Nombre de J’aime
Hi!Thank you for your response.
I've tried adding the dependency and it still cannot be resolved.
This needs to be added as well - https://mvnrepository.com/artifact/com.adobe.granite/com.adobe.granite.oak.s3connector/1.10.10
Also, I have this jar manually installed on my local and the dependencies are met - amazonosgi_1.0.0.jar
Hi!
I can't find that jar file so i add this dependecy
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-osgi -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-osgi</artifactId>
<version>1.12.305</version>
</dependency>
and it returns this error
Could not resolve dependencies for project xx com.adobe.granite:com.adobe.granite.oak.s3connector:jar:1.10.10 was not found in https://repo.maven.apache.org/maven2 during a previous attempt.
Could you share where to find that file and how to deal with it.
Vues
Like
Réponses
Vues
Likes
Réponses
Vues
Likes
Réponses
Vues
Likes
Réponses