Skip to content
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

aws s3 ls lists directories but not files #911

Closed
gregjhogan opened this issue Apr 1, 2019 · 0 comments
Closed

aws s3 ls lists directories but not files #911

gregjhogan opened this issue Apr 1, 2019 · 0 comments

Comments

@gregjhogan
Copy link

Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs

Describe the bug

# start empty (fresh instance)
$ echo "hello world!" > test.txt
$ aws s3 cp ./test.txt s3://test/folder/test.txt --endpoint-url http://localhost:8333 --no-sign-request
upload: ./test.txt to s3://test/folder/test.txt                   
$ aws s3 ls s3://test --summarize --endpoint-url http://localhost:8333 --no-sign-request
                           PRE folder/

Total Objects: 0
   Total Size: 0
$ aws s3 ls s3://test/folder/ --summarize --endpoint-url http://localhost:8333 --no-sign-request

astimezone() cannot be applied to a naive datetime
$ aws s3 ls s3://test/folder/test.txt --summarize --endpoint-url http://localhost:8333 --no-sign-request

astimezone() cannot be applied to a naive datetime
$

System Setup
https://github.com/chrislusf/seaweedfs/blob/master/docker/seaweedfs-compose.yml

Expected behavior
aws s3 ls should list files

Screenshots
n/a

Additional context
n/a

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

No branches or pull requests

1 participant