S
S
Saboteur2021-01-15 14:47:24
linux
Saboteur, 2021-01-15 14:47:24

How to remove strange entity from S3?

While testing a bash script for uploading files to a local analogue of S3, it accidentally created something incomprehensible.
The script is now working fine and when uploading it creates normal folders and files, I'm not even sure how to reproduce what happened
. If you mount S3 via fuse, then ls -1lsFa shows the following:

1 rwxr-x---. 1 user user 0 Dec 31 1969 /.
1 rwxr-x---. 1 user user 0 Dec 31 1969 /..
? ?????????? ? ?    ?    ? ?           keystore

There is no easy way to remove it.
This does not seem to interfere with work, just when you try to access the file and when you display the directory, it swears at
ls: cannot access keystore: no such file or directory

Has anyone come across something similar?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Shumov, 2021-01-15
@inoise

Use native aws cli commands or poke in the AWS Console. Using third-party tools regularly can lead to strange problems and difficulties

O
Oleg Volkov, 2021-01-15
@voleg4u

Judging by the question marks - you do not have rights to this object. Try another tool (webface) or user

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question