question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support listObjectsV2WithMetadata

See original GitHub issue

It would be great to have support for the minio-specific extension ListObjectsV2WithMetadata that was merged recently: https://github.com/minio/minio/pull/8539

Also: https://godoc.org/github.com/minio/minio-go#Client.ListObjectsV2WithMetadata

Cheers!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
harshavardhanacommented, Jan 22, 2020
minioClient.makeBucket(...) // regular
minioClien.extensions.listObjectsV2WithMetadata(...) // extension

That is acceptable would you able to send the PR ? @Nepoxx

0reactions
prakashsvmxcommented, Aug 20, 2021

@Max9419 thank you. I will close this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Amazon S3 : Listing Object with Metadata in single request
I am new to Amazon services, I am using amazon s3 for file storing. I used following code to listing object. ListObjectsRequest lor...
Read more >
Working with object metadata - Amazon Simple Storage Service
Name Description Can user modify the value? Date Current date and time. No Content‑Disposition Object presentational information. Yes Content‑Length Object size in bytes. No
Read more >
Feature request: listObjects with metadata #1181 - GitHub
Yes, I already have a x-amz-meta-foo set in my bucket's CORS, but the way to see the metadata seems to by requesting the...
Read more >
S3 — Boto3 Docs 1.26.39 documentation - Amazon AWS
We recommend that you use the newer version, ListObjectsV2, when developing applications. For backward compatibility, Amazon S3 continues to support ...
Read more >
Check if files exist in S3 without read permissions | AWS re:Post
Tagging the object with metadata (device, other information you have) and ensuring it's not re-writing. Only using ListObjects (ListObjectsV2) and non-object ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found