Skip to content

Conversation

@bleakley
Copy link
Contributor

@bleakley bleakley commented May 5, 2025

No description provided.

@bleakley bleakley requested a review from platypii May 5, 2025 19:33
const key = prefixMatch[1]
results.push({
key,
lastModified: new Date().toISOString(), // No lastModified for CommonPrefixes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's fine for now, but we should probably make this 0 and hide in the ui.

}
const isDirectory = item.key.endsWith('/')
const itemSourceId = `https://${bucket}.s3.amazonaws.com/${item.key}`
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason we can't use nullish ??

@bleakley bleakley merged commit e777e9d into master May 5, 2025
4 checks passed
@bleakley bleakley deleted the s3-browse-demo branch May 5, 2025 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants