Support listObjectsV2WithMetadata
See original GitHub issueIt 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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That is acceptable would you able to send the PR ? @Nepoxx
@Max9419 thank you. I will close this.