For S3 Intelligent Tiering which exact API operations are required for an object to be marked as `Accessed`?

0

S3 has a number of API operations. These can been seen in the Access Logs. Relative to Intelligent Tiering which API operations against an object will mark it as being accessed. My research suggests GET and possibly HEAD?

asked 2 years ago235 views
1 Answer
0

Hello, S3 Intelligent Tiering marks objects as Accessed for "PutObject", "GetObject" and "CopyObject" APIs. Since "PutObject" will only occur at object upload, newly uploaded object is always regarded as Accessed.

AWS
V
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions