S3-Infrequent Access Retrieval Fee for Range requests.

0

A Customer needs to iterate over ~250 millions audio files in S3-IA. He wants to extract Metadata which hasn't been stored initially.

The fees for retrival apply $ per GB and $per 1,000 requests

I want to confirm that if they use the Range option of the get object to download only the first part of the files (i.e.1MB of 120MB) they are charged for the number of requests and the data actual retrieved (1 MB) and not for the size of the requested object.

AWS
gefragt vor 6 Jahren304 Aufrufe
1 Antwort
0
Akzeptierte Antwort

The retrieval fee’s only cover the bytes returned. If they perform a ranged-get for 1MB, the retrieval fee’s will be for 1MB and not for the 120MB object.

AWS
beantwortet vor 6 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen