open-guides/og-aws

S3: Discuss ways to list and tally objects efficiently

Open

#58 ouverte le 2 sept. 2016

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)Shell (3 905 forks)batch import
help wantedunder discussion

Métriques du dépôt

Stars
 (36 412 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur