简体   繁体   English

需要一种在 windows ec2 实例中挂载或共享 s3 或任何其他 aws 存储服务的方法

[英]Need a way to mount or share s3 or any other aws storage service in windows ec2 instance

We have use case where we want the ability to create shareable drive that would link our ec2 windows instance with any of the storage service (s3 or any other service), such that our user would upload their pdf files in that storage and will be accessible by our windows ec2 instance in which we have program that does pdf files processing.我们有一个用例,我们希望能够创建可共享驱动器,将我们的 ec2 windows 实例与任何存储服务(s3 或任何其他服务)链接起来,这样我们的用户就可以在该存储中上传他们的 pdf 文件并且可以访问通过我们的 windows ec2 实例,我们有程序执行 pdf 文件处理。 So is there way we can achieve this in aws?那么我们有没有办法在aws中实现这一点?

Since your Windows software requires a 'local drive' to detect input files, you could mount an Amazon S3 bucket using utilities such as:由于您的 Windows 软件需要“本地驱动器”来检测输入文件,因此您可以使用以下实用程序挂载 Amazon S3 存储桶:

Your web application would still be responsible for authenticating users and Uploading objects using presigned URLs - Amazon Simple Storage Service directly to Amazon S3.您的 web 应用程序仍将负责使用预签名 URL 验证用户和上传对象 - Amazon Simple Storage Service直接到 Amazon S3。 Your app would also need to determine how to handle the 'output' files so that users can access their converted file.您的应用程序还需要确定如何处理“输出”文件,以便用户可以访问他们转换后的文件。

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

相关问题 是否有任何方法可以将Window Server 2012/16 EC2实例日志备份直接自动化到AWS S3 - Is there any way to automate Window Server 2012/16 EC2 instance log backup directly to AWS S3 以动态和编程方式将 s3 存储桶安装到 Windows ec2 实例 - Dynamical and programmatical mounting a s3 bucket to a windows ec2 instance AWS EC2实例Windows的SSh权限 - SSh permissions for aws EC2 instance Windows 从AWS上的EC2实例共享文件夹(SMB)到远程计算机 - Share Folder (SMB) from EC2 Instance on AWS to remote machine 如何在 Windows Amazon EC2 实例中共享文件 - How to share file in Windows Amazon EC2 instance AWS EC2 Windows 实例用户数据和任务计划程序 - AWS EC2 Windows Instance User Data and Task Scheduler 如何将http重定向到AWS的https EC2 Windows实例? - How to redirect http to https EC2 windows instance of AWS? Windows 实例的远程桌面无法正常工作 -AWS EC2 免费套餐 - Remote desktop to Windows instance not working -AWS EC2 Free Tier 为什么Windows服务有时无法在AWS EC2 micro中启动? - Why windows service not starting in sometimes AWS EC2 micro? Windows:为 Jenkins 代理自动检测、条带化、配置、安装 AWS EC2 临时磁盘 - Windows: Automatically Detect, Stripe, Provision, Mount AWS EC2 Ephemeral Disks for Jenkins Agents
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM