Description
Describe the bug
Currently, we are attempting to download S3 objects in part size of 24MB, the fetch time for each 24MB chunk is noticeably slower in the INTELLIGENT_TIERING storage class compared to the STANDARD tier.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
As we know initial fetching time for intelligent tiering will be slow but once the first download is complete, the rest of the download will be invariant.
Current Behavior
As we know initial fetching time for intelligent tiering will be slow but once the first download is complete, the rest of the download will be invariant. But this is not happening using AWS CPP SDK.
Reproduction Steps
To reproduce the issue, start downloading S3 objects from the INTELLIGENT_TIERING storage class in small chunks and compare with downloading from STANDARD tiering. You'll easily observe that fetch times for each part are significantly slower in INTELLIGENT_TIERING.
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.408
Compiler and Version used
gcc (GCC) 4.8.5
Operating System and version
CentOS Linux and version 7