作者:imjob1234_34706 | 来源:互联网 | 2023-09-18 09:47
IwouldliketodownloadsomefilesuploadedonmyS3Server.我想下载一些上传在S3服务器上的文件。Forthemoment,a
I would like to download some files uploaded on my S3 Server.
我想下载一些上传在S3服务器上的文件。
For the moment, all my buckets and files inside them are public, so I can download what I want. Unfortunately, I can't access to files using special characters like a space or "&"...
目前,我所有的桶和文件都是公开的,所以我可以下载我想要的。不幸的是,我无法使用像空格或“&”这样的特殊字符来访问文件。
I tried to change the special characters in my URL by HTML code :
我试图通过HTML代码改变URL中的特殊字符:
http://s3-eu-west-1.amazonaws.com/custom.bucket/mods/b&b.jar
by
通过
http://s3-eu-west-1.amazonaws.com/custom.bucket/mods/b%26b.jar
But I always have the same error :
但我总是犯同样的错误:
AccessDenied
Access Denied
3E987FCE07075166
O2EIujdbiAeYg44rsezQlargfT7qVSL8SpqbTxkd/1UwxQrwZ3SJ+R3NlHyGF7rI
Anybody could resolve this problem ?
有人能解决这个问题吗?
I can't rename them because there are used by other applications.
我不能重命名它们,因为其他应用程序都在使用。
3 个解决方案