1
0
Fork 0

Remove unused constants

pull/1152/head
Lovepreet Singh 2022-08-18 11:10:41 +00:00
parent ce68daa10e
commit 14d8f65f10
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ export enum CompressionMethod {
Zstd = 'zstd' Zstd = 'zstd'
} }
export enum TarOperation {
Create = 'create',
List = 'list',
Extract = 'extract'
}
// The default number of retry attempts. // The default number of retry attempts.
export const DefaultRetryAttempts = 2 export const DefaultRetryAttempts = 2