简体   繁体   English

将内容从s3放到我的文件系统中?

[英]Placing the contents from s3 to my file system?

I have been trying to push the files in s3 to my ec2 instance. 我一直在尝试将s3中的文件推送到我的ec2实例。

When I do so : 当我这样做时:

sudo s3fs -o allow_other -o default_acl="public-read" files /home/logs

It doesn't give any error. 它没有任何错误。 But when I tried to look into the logs directory. 但是当我尝试查看logs目录时。 I couldn't able to see any output at all! 我根本看不到任何输出!

Where I'm making the mistake? 我在哪里犯错? Are there any log file generated by s3fs command? s3fs命令生成任何日志文件吗? So that I can look them? 这样我才能看他们?

Thanks in advance. 提前致谢。

我不熟悉s3fs,但假设它是文件系统驱动程序,我将检查dmesg。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM