Amazon S3的WebDAV访问 [英] Amazon S3 WebDAV access

查看:778
本文介绍了Amazon S3的WebDAV访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想访问我的Amazon S3的桶不使用第三方软件,而只是通过在大多数操作系统中可用的WebDAV功能。有没有办法做到这一点?这对我很重要,没有第三方软件是必需的。

I would like to access my Amazon S3 buckets without third-party software, but simply through the WebDAV functionality available in most operating systems. Is there a way to do that ? It is important to me that no third-party software is required.

推荐答案

有一些方法可以做到这一点。我不知道你的情况,所以在这里,他们是:
选项1:最简单的:
您可以使用第三方的云网关供应商,像的 http://storagemadeeasy.com/CloudDav/

There's a number of ways to do this. I'm not sure about your situation, so here they are:
Option 1: Easiest:
You can use a 3rd party "cloud gateway" provider, like http://storagemadeeasy.com/CloudDav/

选项2:建立自己的云网关服务器

  • 设置一个专用的服务器或虚拟服务器作为一个网关。使用亚马逊的EC2本身将是一个不错的选择。

  • Set up a dedicated server or virtual server to act as a gateway. Using Amazon's own EC2 would be a good choice.

设置软件装入S3为驱动器。二。我知道在Windows上:(1)云莓驱动 http://www.cloudberrylab.com/ 和( 2)WebDrive( http://webdrive.com )。对于Linux,我从来没有这样做,但你可以尝试: https://github.com/s3fs - 保险丝/ s3fs熔丝

Set up software that mounts S3 as a drive. Two I know of on Windows: (1) CloudBerry Drive http://www.cloudberrylab.com/ and (2) WebDrive (http://webdrive.com). For Linux, I have never done it, but you can try: https://github.com/s3fs-fuse/s3fs-fuse

设置WebDAV服务器一样CrushFTP。 (它会想到,因为它是稳定的,价格便宜,适用于任何操作系统。)另一种选择是IIS,但我个人觉得它很难建立安全WebDAV的。

Set up a webdav server like CrushFTP. (It comes to mind because it's stable and cheap and works on any OS.) Another option is IIS but I personally find it's harder to set up securely for webdav.

设置用户在你的WebDAV服务器(即CrushFTP或IIS)提供接入的映射S3驱动器。

Set up a user in your WebDav server (ie CrushFTP or IIS) with access to the mapped S3 drive.

可能的障碍:假设你使用的是Windows,自动启动的服务,并有这样的工作,你可能需要设置两种服务使用相同的Windows用户帐户(服务 - >(您服务) - > [右键单击]属性 - >登录选项卡)。这是因为S3绘图软件可能无法映射S3驱动器为所有Windows用户。另外,您也可以使用FireDaemon如果您遇到这一步,启动程序,因为所有在同一用户名的服务。

Possible snag: Assuming you're using Windows, to start your services automatically and have this work, you may need to set up both services to use the same Windows user account (Services->(Your Service)->[right-click]Properties->Log On tab). This is because the S3 mapping software might not map the S3 drive for all Windows users. Alternatively, you can use FireDaemon if you get stuck on this step to start the programs as a service all under the same username.

其他注意事项:我使用WebDrive pretty的重负载下的经验,而且似乎运作良好。在吨冲击的(我说的是每小时的文件成千上万被添加到一个5 TB WebDrive),它开始崩溃的Windows。但我不知道,如果你要和那么远。另外,如果你使用EC2,您可能没有问题,因为它是由一个巨大的传输队列在内存中可能造成的,EC2将有更快的运输到S3,保持队列小。

Other notes: I have experience using WebDrive under pretty heavy loads, and it seems to work well. Under tons of pounding (I'm talking thousands of files per hour being added to a 5 TB WebDrive) it started to crash Windows. But I'm not sure if you are going that far with it. Also, if you're using EC2, you may not have that issue since it was likely caused by a huge transfer queue in memory and EC2 will have faster transit to S3 and keep the queue smaller.

这篇关于Amazon S3的WebDAV访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆