I have 2pe files in ceph rgw bucket.
How can I find files in ceph rgw without access (atime) in 60 days ( not modify time)
Asked
Active
Viewed 60 times
0

Terry Tsang
- 11
- 1
1 Answers
0
The S3 standard does not include access time meta information in its store. Please see this answer to a similar question concerning S3 storage.
So to answer your question: access time is not defined in the S3 standard.
But you could probably synthesise this information yourself by parsing the access logs if available. But yeah. That requires some scripting.

itsafire
- 5,607
- 3
- 37
- 48