简体   繁体   中英

Get recent file in S3 bucket using C#

I have a use case at work that requires a method to find the most recent digital signature certificate. Is there a way to get the last modified file / object from a S3 bucket using the AWS.SDK in .NET CORE 5.0 with C#?

No.

You will need to retrieve all objects and then use code in your C# program to find the returned object with the latest LastModifiedDate .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM