alist/drivers/s3
okatu-loli e673ae069b feat(s3): Add support for S3 object storage classes
Introduces a new 'storage_class' configuration option for S3 providers. Users can now specify the desired storage class (e.g., Standard, GLACIER, DEEP_ARCHIVE) for objects uploaded to S3-compatible services like AWS S3 and Tencent COS.

The input storage class string is normalized to match AWS SDK constants, supporting various common aliases. If an unknown storage class is provided, it will be used as a raw value with a warning. This enhancement provides greater control over storage costs and data access patterns.
2025-10-15 15:43:19 +08:00
..
doge.go fix(doge): the temporary access key is only valid for two hours (#6273) 2024-03-27 14:22:26 +08:00
driver.go feat(s3): Add support for S3 object storage classes 2025-10-15 15:43:19 +08:00
meta.go feat(s3): Add support for S3 object storage classes 2025-10-15 15:43:19 +08:00
types.go feat: add s3 driver 2022-09-03 21:38:43 +08:00
util.go feat(s3): Add support for S3 object storage classes 2025-10-15 15:43:19 +08:00