Skip to content

Parser to fetch information on Objects stored in S3

Notifications You must be signed in to change notification settings

Thilaknath/s3_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 Parser tool

The tool returns the following information

For each bucket:

  • Name
  • Region
  • Creation date
  • Number of files
  • Total size of files
  • Last modified date of the most recent file
  • Last modified file
  • Bucket Cost (Currently returns the sum of BlendedCost for a particular Bucket)

Usage Clone the repository and set your aws credentials (Stored as an environment variable in the system)


$ npm i

Parameters

  • b [bucketName] (coveotest1, coveotest2, coveotest3, coveotest4)
  • t [storageType] (STANDARD, INTELLIGENT_TIERING, REDUCED_REDUNDANCY)

$ node ./index.js -b coveotest1 -t INTELLIGENT_TIERING

About

Parser to fetch information on Objects stored in S3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published