skoobe / riofs

Userspace S3 filesystem
GNU General Public License v3.0
393 stars 60 forks source link

Lost my original file #123

Open nayanivijay26 opened 8 years ago

nayanivijay26 commented 8 years ago

Hi all,

i have configure riofs on my linux os. 1 august 2016 8:30 PM IST and make a go live with s3 bucket. my app images come on s3 bucket.

someone uploading image some images is come on s3 bucket or some images is not coming in s3. when i show on cache folder, those images showing in cache folder with cache name. now i am not able to find out original name of file. my web application not showing those images.

how to make cache file with original name. which is showing with cache name (cache_mng_3616990

please help me how to recover cache images to original name.

wizzard commented 8 years ago

Hello, this is the first time I hear about such problem.

If the original file was previously located on S3 cloud, you should be able to check file's previous revision and see what was the original name.

nayanivijay26 commented 8 years ago

Yaeh, scenario is I am moving all images from local server to s3 bucket. Some are moved on s3 bucket, but some are stuck in /tmp/riofs/xxxxx. File is there but not with original name. It's showing cache name. Can you tell me how to revert original name or How to revert original place. If I will get one of two I can save my application images. Please help me.

On Aug 3, 2016 11:19 PM, "Paul Jonkins" notifications@github.com wrote:

Hello, this is the first time I hear about such problem.

If the original file was previously located on S3 cloud, you should be able to check file's previous revision and see what was the original name.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/skoobe/riofs/issues/123#issuecomment-237304579, or mute the thread https://github.com/notifications/unsubscribe-auth/AT2fOW8TUrS0amFTN9eOaQy9Me1Qhy3eks5qcNOMgaJpZM4JbzC6 .

nayanivijay26 commented 8 years ago

Help me how can i resolve my problem.

wizzard commented 8 years ago

RioFS can't delete any of your files, you should be able to retrieve the previous version of your file from S3 Cloud. RioFS local cache does not save the original file name, it just a temporary buffer to keep local version of a file while it is being uploaded to S3 Cloud.