open-guides/og-aws

S3: Discuss ways to list and tally objects efficiently

Aperta

#58 aperta il 2 set 2016

 (9 commenti) (0 reazioni) (0 assegnatari)Shell (3883 fork)batch import
help wantedunder discussion

Metriche repository

Star
 (36.441 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Topics:

  • Listing and pagination
  • Need for multi-threaded S3 crawl over keys for speed
    • Prefix-based listings, with separators
    • Hash-type prefixes with known alphabet, uniform distribution
  • Possibly: Reassigning work; using markers to optimize if alphabet is not known
  • Tallying usage by mapreduce over keys that propagate usage up by folder

https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html

Guida contributor