Skip to content

Commit

Permalink
Remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Nov 17, 2022
1 parent d9acc73 commit dca2a22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/stores/S3Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ export default class S3Store extends DataStore {
cache: Map<string, MetadataValue> = new Map()
client: aws.S3
preferredPartSize: number
maxMultipartParts = 10_000
minPartSize = 5 * 1024 * 1024
maxPartSize = 5 * 1024 * 1024 * 1024
maxObjectSize = 5 * 1024 * 1024 * 1024 * 1024
maxMultipartParts = 10_000 as const

constructor(options: Options) {
super()
Expand Down

0 comments on commit dca2a22

Please sign in to comment.