Files
LanMountainDesktop/PenguinLogisticsOnlineNetworkDistributionSystem/src/Plonds.Core/Publishing/PlondsS3ObjectInfo.cs

7 lines
136 B
C#
Raw Normal View History

2026-06-02 09:27:08 +08:00
namespace Plonds.Core.Publishing;
public sealed record PlondsS3ObjectInfo(
string Key,
long? ContentLength,
string? ETag);