简体   繁体   中英

How to fetch AWS S3 DeleteMarkers in C# SDK?

I have a versioning-enabled S3 bucket. I'm accessing it via the AWSSDK.S3 Nuget package.

I can't see anyway to acquire information about deleted versions of files, or versions of files for which the latest record is a Delete Marker?

Is it possible to do this using that SDK? What about with some other SDK?

Ah. Found it - it's the Request/Response/Method collection called ListVersions .

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