You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Names of folders and files in our s3 buckets have timestamps suffixes. For example, s3://dev-moderation.dev.viooh.net.cn/2023-10-25/14:12:16.980077/54df88c2-35a8-4e55-a464-29aa0e5
I am able to download the files using the proxy if they don't have :. But not able to download the files with the timestamps.
Example:-
Downloading the file with aws s3 cp command:-
root@ip-10-30-11-182:~# aws s3 cp s3://dev-moderation.dev.viooh.net.cn/test-file-31-10-2023/test-file-11:23/testfile testfile
download: s3://dev-moderation.dev.viooh.net.cn/test-file-31-10-2023/test-file-11:23/testfile to ./testfile
But when the HTTP request is made using the proxy :-
Names of folders and files in our s3 buckets have timestamps suffixes. For example, s3://dev-moderation.dev.viooh.net.cn/2023-10-25/14:12:16.980077/54df88c2-35a8-4e55-a464-29aa0e5
I am able to download the files using the proxy if they don't have :. But not able to download the files with the timestamps.
Example:-
But when the HTTP request is made using the proxy :-
But I am able to download other files without having ":" in their names using the proxy :-
The text was updated successfully, but these errors were encountered: