Skip to content

Conversation

@Xe
Copy link
Contributor

@Xe Xe commented Feb 4, 2025

Closes TIG-3480

The examples have also been amended to explain themselves better and have all been tested to ensure they work.

@Xe Xe requested review from Copilot and katieschilling February 4, 2025 16:33
@Xe Xe self-assigned this Feb 4, 2025
@vercel
Copy link

vercel bot commented Feb 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-redirect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 5:55pm
tigris-os-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 5:55pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • docs/sdks/s3/aws-go-sdk.mdx: Language not supported
  • docs/sdks/s3/aws-js-sdk.mdx: Language not supported
  • examples/js/.gitignore: Language not supported
  • examples/js/package.json: Language not supported
Comments suppressed due to low confidence (2)

examples/js/presigned-urls.js:9

  • [nitpick] The variable name 'S3' is ambiguous. It should be renamed to 's3Client' for better readability.
const S3 = new S3Client({ region: "auto" });

examples/js/getting-started.js:60

  • [nitpick] The variable name 'objects' is reused within the forEach loop, which can be confusing. Consider renaming it to 'objectPage' or something more descriptive.
objects.forEach((objects, pageNum) => {

katieschilling
katieschilling previously approved these changes Feb 4, 2025
The examples have also been amended to explain themselves better
and have all been tested to ensure they work.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • docs/sdks/s3/aws-go-sdk.mdx: Language not supported
  • docs/sdks/s3/aws-js-sdk.mdx: Language not supported
  • examples/js/.gitignore: Language not supported
  • examples/js/package.json: Language not supported
Comments suppressed due to low confidence (2)

examples/js/getting-started.js:60

  • [nitpick] The variable name 'objects' inside the forEach loop is ambiguous. It should be renamed to 'objectKeys' to avoid confusion.
objects.forEach((objects, pageNum) => {

examples/js/presigned-urls.js:31

  • [nitpick] Add a comment explaining the purpose of the DeleteObjectCommand for consistency with the other commands.
// Presigned DELETE, allows users to delete objects.

@Xe Xe merged commit 3e0a058 into main Feb 6, 2025
4 checks passed
@Xe Xe deleted the Xe/TIG-3480 branch February 6, 2025 20:12
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