-
-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: ListObjectsV2 request option in ls
command
#1271
Comments
@fviard, do you think it's also should be included as a config variable like |
I don't think that there is a big interest in switching to ListObjectV2 for performance or anything, and it is probably not possible to switch as S3 compatible servers might not have migrated to that yet. But, it could be interesting to already have support for ListObjectV2 to be future proof and for a possible server that would not support ListObjectV1. So, it would be good if you want to add the support for that in s3cmd :-) |
on it! |
@fviard Done. |
Amazon recently added Amazon S3 Express One Zone. This is a high-performance, single-Availability Zone storage class purpose-built to deliver consistent single-digit millisecond data access for your most frequently accessed data and latency-sensitive applications. S3 Express One Zone can improve data access speeds by 10x and reduce request costs by 50% compared to S3 Standard. Amazon S3 Express One Zone doesn't support ListObjects. It supports ListObjectsV2 API. Hence S3cmd command cannot be used with S3 express one zone directory. It fails as below. It would be good if this functionality can be implemented.
|
I just submitted a PR on this issue |
In progress of this PR I noticed s3cmd doesn't implemented the ListObjectsV2 requests and all operations in
ls
command is under ListObjects.Is there any plan to support it? let me know and I would create a PR ASAP.
The text was updated successfully, but these errors were encountered: