You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The s3.storage-class configuration is planned to be removed as it is currently under Legacy S3 support.
I suggest to re-introduce and also add support for STANDARD_IA class, as Trino does support the reading of the STANDARD_IA class but is not compatible with write/delete - specifically useful in the iceberg maintenance world.
The docs would look like: s3.storage-class | The S3 storage class to use when writing the data. Currently only STANDARD, STANDARD_IA and INTELLIGENT_TIERING storage classes are supported. Default storage class is STANDARD.
The text was updated successfully, but these errors were encountered:
RoeyoOgen
changed the title
Re-introduce hive.s3.storage-class property
Re-introduce s3.storage-class property
Jan 14, 2025
The s3.storage-class configuration is planned to be removed as it is currently under Legacy S3 support.
I suggest to re-introduce and also add support for STANDARD_IA class, as Trino does support the reading of the STANDARD_IA class but is not compatible with write/delete - specifically useful in the iceberg maintenance world.
The docs would look like:
s3.storage-class | The S3 storage class to use when writing the data. Currently only STANDARD, STANDARD_IA and INTELLIGENT_TIERING storage classes are supported. Default storage class is STANDARD.
The text was updated successfully, but these errors were encountered: