Test
Html
code posted
created at 07 Nov 11:29, updated at 06 Dec 11:26
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
HTTP/1.1 200 OK Accept-Ranges: bytes Content-Security-Policy: block-all-mixed-content Content-Type: application/xml Server: Minio/RELEASE.2018-11-06T01-01-02Z (linux; amd64) Vary: Origin X-Amz-Bucket-Region: ap-northeast-1 X-Amz-Request-Id: 156D925F3759E01D X-Xss-Protection: 1; mode=block Date: Wed, 05 Dec 2018 23:06:24 GMT Transfer-Encoding: chunked 44d <?xml version="1.0" encoding="UTF-8"?> <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Name>mt-apl-flashair</Name> <Prefix>folder</Prefix> <NextContinuationToken>test2.txt</NextContinuationToken> <KeyCount>3</KeyCount> <!-- ← 「Key」カウントって言っちゃってるよ! --> <MaxKeys>1000</MaxKeys> <Delimiter>/</Delimiter> <IsTruncated>false</IsTruncated> <Contents> <Key>test.txt</Key> <!-- ← 完全に「Key」って言っちゃった・・・。--> <LastModified>2018-12-05T23:05:17.707Z</LastModified> <ETag>"00000000000000000000000000000000-1"</ETag> <Size>0</Size> <Owner> <ID></ID> <DisplayName></DisplayName> </Owner> <StorageClass>STANDARD</StorageClass> </Contents> <Contents> <Key>test1.txt</Key> <LastModified>2018-12-05T23:06:01.744Z</LastModified> <ETag>"00000000000000000000000000000000-1"</ETag> <Size>0</Size> <Owner> <ID></ID> <DisplayName></DisplayName> </Owner> <StorageClass>STANDARD</StorageClass> </Contents> <Contents> <Key>test2.txt</Key> <LastModified>2018-12-05T23:06:04.944Z</LastModified> <ETag>"00000000000000000000000000000000-1"</ETag> <Size>0</Size> <Owner> <ID></ID> <DisplayName></DisplayName> </Owner> <StorageClass>STANDARD</StorageClass> </Contents> </ListBucketResult> 0 |
1.69 KB in 5 ms with coderay