mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
7 lines
136 B
C#
7 lines
136 B
C#
|
|
namespace Plonds.Core.Publishing;
|
||
|
|
|
||
|
|
public sealed record PlondsS3ObjectInfo(
|
||
|
|
string Key,
|
||
|
|
long? ContentLength,
|
||
|
|
string? ETag);
|