3

In AWS, the files/objects are stored in S3 bucket and the files/object count should list the total no of files/objects stored in S3 bucket as an INTEGER value.

But I see the S3 object count as floating value and the unit represented is letter 'G' like below in AWS S3 dashboard. Why is the unit used to represent object count has the unit used to represent the file size? if this is not the unit like GB/MB/KB then what's the unit mentioned to represent "Object count" in AWS S3? Can anyone explain?

Object count    2.2 G

enter image description here

intechops6
  • 155
  • 6

1 Answers1

4

You have shown a screenshot of your Storage Lens account snapshot, which gives you a summary of what is in all the S3 buckets in your account.

You can see that you have consumed 3.2 petabytes of storage using 2.3 billion objects with an average object size of 1.5 megabytes.

In this case the G simply means giga, or billion.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972