如何找到相对于服务器的 Amazon S3 url?
我注册了 Amazon S3 服务。
我的图库脚本有问题。它想要相对于文件所在服务器的 URL?
因此,他们想要的不是 http://gallery.s3.amazonaws.com/10/images
:/home/www/gallery.s3.amazonaws.com/10/images
>
问题是我不知道当是Amazon s3时该用什么?
有人有解决办法吗?
谢谢。
I signed up for Amazons S3 service.
I am having a problem with my Gallery script. It want the URL relative to the server where the files are located at?
So instead of http://gallery.s3.amazonaws.com/10/images
They want: /home/www/gallery.s3.amazonaws.com/10/images
The problem is I don't know what to use when it is Amazon s3?
Anybody have a solution?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要指定您正在使用的图库软件。 (画廊 2、画廊 3、Coppermine 等)或者,您正在编写自己的脚本吗?如果是的话,什么语言/平台?
通常,除非特意添加了 HTTP 支持,否则需要物理路径的内容不会接受 HTTP URL。
I think you will need to specify what gallery software you are using. (Gallery 2, Gallery 3, Coppermine, Etc.) Or, are you writing your own script? If so, what language/platform?
Often, something expecting a physical path does not accept an HTTP URL unless HTTP support has been purposefully added.