S3 bucket connection with AEM 6.5.18 | Community
Skip to main content
New Participant
February 25, 2024
Solved

S3 bucket connection with AEM 6.5.18

  • February 25, 2024
  • 3 replies
  • 1563 views

Hi all, 

 

I'm working on creating the new environment by copying the other environment complete crx-quickstart. After that I made the required changes to connect with S3 bucket. But, how should i ensure object are upload into S3 bucket since millions of object i couldn't able to sort in S3 bucket as last modified. 

 

I could see files under datastore in 3 folder. After object uploaded into datastore, below folder will be cleared ? 

 

repository/datastore

Download

upload

tmp

 

Please suggest how should i confirm. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by narendragandhi

Hi @user65294 

 

I think you are following this document for configuring the S3 datastore - https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/deploying/deploying/data-store-config.html?lang=en

 

You can try creating a custom logger for this package - org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore and set it to debug level and then try uploading a file in AEM to confirm if the logs indicate the file upload being successful?

 

Thanks

Narendra

3 replies

kautuk_sahni
Employee
February 28, 2024

@user65294 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
narendragandhi
narendragandhiAccepted solution
New Participant
February 28, 2024

Hi @user65294 

 

I think you are following this document for configuring the S3 datastore - https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/deploying/deploying/data-store-config.html?lang=en

 

You can try creating a custom logger for this package - org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore and set it to debug level and then try uploading a file in AEM to confirm if the logs indicate the file upload being successful?

 

Thanks

Narendra

user65294Author
New Participant
March 7, 2024

Hi Narendra, 

 

 

The specified logger is not showing. Can you please share if any you any suggestions. 

 

Thanks, 

Prasath R

user65294Author
New Participant
February 27, 2024

anyone please suggest.