Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

S3 bucket connection with AEM 6.5.18

Avatar

Level 2

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. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 8

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/deployi...

 

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

View solution in original post

4 Replies

Avatar

Correct answer by
Level 8

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/deployi...

 

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

Avatar

Level 2

Hi Narendra, 

 

 

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

 

Thanks, 

Prasath R

Avatar

Administrator

@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