Amazon S3 Testing | Adobe Higher Education
Skip to main content
Level 2
January 19, 2017
해결됨

Amazon S3 Testing

  • January 19, 2017
  • 3 답변들
  • 2659 조회

I have configured my AEM 6.0 with Amazon S3. now, i want to perform testing and want to make sure that all the binary data is getting store in S3.
How to perform testing.
 

이 주제는 답변이 닫혔습니다.
최고의 답변: Sham_HC

Find sha checksum of the asset & then in s3 bucket check for the same.

Ex:- Asset sample.jpg might have SHA1 checksum as 1607c40f262bc85061703568954d325416c08716  then in s3 bucket check the file stored at

/16/07/c4/1607c40f262bc85061703568954d325416c08716

3 답변

smacdonald2008
Level 10
January 19, 2017

This was the reply i got from the AEM team who has worked on this:

The easiest way is to upload something in AEM and verify that it appears in S3. There are a number of open source tools that will let you explore an S3 bucket. That’s how I’ve tested / verified S3 was connecting properly. Hope this helps,

Sham_HC
Sham_HC답변
Level 10
January 19, 2017

Find sha checksum of the asset & then in s3 bucket check for the same.

Ex:- Asset sample.jpg might have SHA1 checksum as 1607c40f262bc85061703568954d325416c08716  then in s3 bucket check the file stored at

/16/07/c4/1607c40f262bc85061703568954d325416c08716

kautuk_sahni
Community Manager
Community Manager
January 20, 2017

Adding one more reply from the internal team:-

    You can also look in the AWS console (assuming you have access).

~kautuk

Kautuk Sahni